Search found 6 matches

by jimtell
Wed Jun 10 2015
Forum: C/C++/C# Community
Topic: Flagging Hidden Text
Replies: 1
Views: 20632

Re: Flagging Hidden Text

Summary of Support answer. When the Optimize flag (0x008) is used in the GetObjectsInRectangle call the color is being lost. Without this flag color attributes are properly loaded. The only additional check needed to identify hidden text is to check for (foreground color == white && backgrou...
by jimtell
Wed Jun 10 2015
Forum: C/C++/C# Community
Topic: Extra Values in TextFormat Return
Replies: 1
Views: 6382

Re: Extra Values in TextFormat Return

Here is the reply from support on the same questions. The two undocumented parameters of TextFont are, in this order: 5 - charset 6 - strikeout The origin of charset is the Windows Font field "lfCharSet" whose documentation can be found in MSDN. Also strikeout can be found on same source. ...
by jimtell
Fri Jun 05 2015
Forum: C/C++/C# Community
Topic: Extra Values in TextFormat Return
Replies: 1
Views: 6382

Extra Values in TextFormat Return

Using latest version of PDF Creator ActiveX. When I get the font of some text using the TextFont attribute I'm getting seven values returned. I can only find documentation for 5 values. What are the other two. Value returned: Microsoft Sans Serif,10.0000,400,0,0,1,0 name,size,weight,italic,underline...
by jimtell
Fri Jun 05 2015
Forum: C/C++/C# Community
Topic: Flagging Hidden Text
Replies: 1
Views: 20632

Flagging Hidden Text

Using latest version of PDF Creator ActiveX. I'm trying to flag hidden text. In acrobat using Examine Document the text in the attached document shows as hidden. I find the text in the document but cannot find a way to determine that it is hidden. Currently I'm looking at the Hidden (false) and Visi...
by jimtell
Fri Jun 08 2007
Forum: Not sure which product to use?
Topic: Search for text on specific lines and within specifc columns
Replies: 3
Views: 16355

It will help during the actual search. But we need to know the location of all text prior to a search. This allows the user to define a document by indicating that text "x" will be found on line "y" starting in column "z". With this information the program can determine...
by jimtell
Tue Jun 05 2007
Forum: Not sure which product to use?
Topic: Search for text on specific lines and within specifc columns
Replies: 3
Views: 16355

Search for text on specific lines and within specifc columns

We need to be able to programmatically search pdf files for text that is on line x, y or z and is between columns a and b. Our current solution provides the location of each word in the document. This allows us to define searches in a manner that closely approximates columns and lines. We would like...