PDF form field rectangle out of page coordinates
Hi, recently i came across a PDF file which had a (text) form field with the following rectangle coordinates: LowerLeft: 170;850UpperRight: 475;862 The page itself had: 595;841 whereas...
View ArticleEmbedding of fonts into PDF document
Hello people!I need to create a PDF document that has text in different fonts(Arial Black, Courier New, Lucida Sans etc.) and languages(English, German, Russian etc.).What is the best way to do this?...
View ArticlePDF from SQL data
I'm looking for a technology that will help me create multiple formats of similar data from an SQL database into PDFs. I haven't found a sales rep at Adobe who knows if any of their products can do...
View Articlehow to insert png to pdf?
I have readed the pdf reference 1.6,i want to insert png to pdf.i konw that the png consits of alpha and RGB,31 0 obj<</BitsPerComponent 8/ColorSpace/DeviceRGB/Filter/DCTDecode/Height 154/Length...
View ArticleArabic letters inside pdf!
Hello All,please I have an enquiry about how pdf store arabic letters inside it because when i extracted arabic letteres from pdf file I saw different unicode for each letter not the original unicode...
View ArticleUsing a CMap with a non-embedded font
I would like to (for example) use MS Arial without embedding it. I can do this just fine if I use the Arial internal CIDs with /Encoding /Identity-H, but that is not what I want to do - I want to use...
View ArticleCreating a PDF viewable online?
Hi all.Is there any way to create a pdf, post it online and have others remotely view it through their browsers? For example, I need to pdf a lengthy InDesign document which will make the file rather...
View ArticleProgrammatically search for a word in PDF file
In the program I am developing, I am opening up a PDF file from the application. Is there any way to search for a particular word in the PDF file and move to the page containing the first occurance of...
View ArticleDealing with Predictors when decoding PDFs
I've seen a lot of questions about how to "unpredict" Xref streams. The answer usually goes something like "RTFM!" Well, I have R'd the FM, and it's still complicated. So, to save others the pain I've...
View ArticleFont type Identity-H not recognized
Hello guys, I have question and challenge with Font type identity-H. Actually i am tryping to convert PDF file to TIF using 3rd party tool called Ghostscript v.9. When pdf input stream comes in as a...
View ArticleBatch processing the document language
Hi, I'm trying to batch process a load of PDFs so that they have a document language. I've looked in using Javascript but I can't find a variable that corresponds with it. I know it's in the end...
View ArticleReading a PDF stream for LZW decompression?
Hello.. I'm really struggling here. I am currently using the Rosetta Code implementation for LZW decompression (C++). This implementation requires numerical imput. That is.. the input in it's...
View ArticleLatin-2 (ISO 8859-2) encoding in PDF
Hi,Is any simply way how to add Latin-2 encoding support in to PDF file? I tried to use CMap, but I failed. I have to have some mistake in my code, because Acrobat Reader can't load it.Here...
View ArticleInline image object
Hi to all,i'm tring to insert an inline image object into a pdf document. I don't have particular need, I'm tring to insert in the easy-mode an image in a pdf document (inline image object). But I'm...
View ArticlePDF debugging tools?
Are there any pdf "debugging" tools available, and if, what are they called? When trying to generate some PDF-files from scratch it is sometimes quite a bit of work trying to figure out where the...
View ArticleCharacter Positions in a PDF
I already have a program that takes a pdf page and converts it into a jpeg.I'm trying to write a program that finds a bounding box for each character on the page so that I can then highlight this text...
View ArticleCMaps and ToUnicode CMaps
I'm looking through a couple documents: 5014.CIDFont_Spec.pdf and 5411.ToUnicode.pdf. My ultimate goal is basically text extraction that includes the positions of the characters.So in a CMap file the...
View ArticleHow to add image in pdf file
Hello everybody,I need to place an image in pdf file programmatically on a specific location. Would you please help me what should I use to do this task?Thanks.
View ArticlePDF Form totals and subtotals
I can calculate subtotals using the calculate javascript: <calculate> <script contentType="application/x-javascript">this.rawValue = firstfield.rawValue +...
View Article