podofo Questions

1

Solved

I have a question for people who work with CMakeList.txt in C++. I want to use Podofo project (a project to parse & create pdf). So my main function is simple as: #include <iostream> #i...
Mohammed asked 7/8, 2017 at 13:26

2

Solved

I am using podofo for doing PDF operations, like adding annotations, signatures etc as per my requirement in my iOS application. I have first tried the only sample for the podofo library available ...
Yestreen asked 13/6, 2014 at 12:19

1

Solved

I am trying to extract text from a PDF file usind the PoDoFo library, it is working for the Tj operator and fails to do so for the (array) TJ operator. I ve found this piece of code(with my small m...
Doublereed asked 17/5, 2013 at 10:43

2

Solved

I am trying to extract a text from a PDF document based on it's coordinates, so I have came across two notions in the Adobe PDF Reference (chap. 5.3): Text positioning operators Text showing oper...
Shingles asked 9/5, 2013 at 13:13

2

Solved

I am rewriting some code to eliminate global variables and made a class constructor/destructor handle cleanup of some third party library resources, but I am concerned about some code which initial...
Indented asked 19/2, 2013 at 20:12

3

I have to automate a preflight check on PDF documents. The preflight consists of: Detect the resolution of images in an existing document and change them to 300dpi if they are not already a...
Lindsey asked 30/9, 2012 at 12:0

2

Solved

Hi so I'm trying to parse some text from some pdfs and I would like to use PoDoFo, now I have tried searching for examples of how to use PoDoFo to parse a pdf however all I can come up with is exam...
Rafaellle asked 30/7, 2012 at 4:53

2

Solved

You might find it as duplicate of Create a table of contents from a pdf file, but I didn't get any solution there. My scenario is like I am creating a PDF from existing PDF with some edits. That al...
Ammons asked 14/11, 2011 at 13:17

1

I've been doing some head banging on this one and solicit your advice. I am building an app that as part of it's features is to present PDF forms; meaning display them, allow fields to be changed ...
Oaks asked 14/1, 2011 at 21:19
1

© 2022 - 2024 — McMap. All rights reserved.