Contact Us

T: (425) 481-8175
info@portagebay.com

Twitter   Facebook   LinkedIn RSS

Subscribe to our Email Newsletter
Subscribe to our Bi-Monthly email newsletter
*



* required
Site Search

Entries in PDFs (2)

Friday
Jul102015

Modular FileMaker

FileMaker Pro does not lend itself to modular development practices as easily as some other programming environments, such as Java, Javascript, or C, but we are still very fortunate to have a community-wide development effort towards a library of re-usable code modules at http://www.modularfilemaker.org.

We recently had to update a database for a client to synchronize with Google Contacts using Open Authentication 2.0, and were able to take advantage of an OAuth module uploaded by Jim Randell to save ourselves and our clients a significant amount of development effort.

In our weekly development meeting this morning, we reviewed another new module posted last month. It's a FileMaker WebDirect module that allows for the creation of PDFs, a function not directly supported by WebDirect. I think this is going to be a module we’ll use to enable better reporting functionality in solutions we publish to the web via WebDirect.

If you haven’t looked into Modular FileMaker, you should check it out!
~John Newhoff 

Tuesday
Apr212015

iText and FileMaker: Solving a PDF Problem

How to merge PDFs and consecutively number them in FileMaker - Sounds like it should be easy, almost built in, but it is not. Adding page numbers to PDFs is not a trivial task without additional software like Adobe Acrobat. Merging several FileMaker reports with additional PDFs and adding consecutive page numbers to the new document seems like it requires magic. I recently had the opportunity to try my hand at this elusive problem and found that if you are familiar with Java and it is done correctly, it can make for a great solution to many workflow issues. A special thanks to Matt Petrowsky for his great example file that was very helpful at getting me started.

Click to read more ...