Search found 6 matches
- Wed Jun 10 2015
- Forum: C/C++/C# Community
- Topic: Flagging Hidden Text
- Replies: 1
- Views: 18438
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...
- Wed Jun 10 2015
- Forum: C/C++/C# Community
- Topic: Extra Values in TextFormat Return
- Replies: 1
- Views: 5372
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. ...
- Fri Jun 05 2015
- Forum: C/C++/C# Community
- Topic: Extra Values in TextFormat Return
- Replies: 1
- Views: 5372
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...
- Fri Jun 05 2015
- Forum: C/C++/C# Community
- Topic: Flagging Hidden Text
- Replies: 1
- Views: 18438
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...
- 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: 15448
- 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: 15448
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...