Adobe Geospatial PDF Reader Parameters
Protection
Specifies the password used to open the password-protected PDF document. If the PDF does not have a password, this parameter can be left blank.
Spatial
Spatial group parameters are related to reading Content Objects. These Content Objects are vector drawings, raster images, and text features that each have a particular location within a PDF page. (This is in contrast to the Non-Spatial group parameters, which relate to features that make up entire pages, or that do not have a location within a page.)
Controls whether to read raster image content objects.
- Yes (default): The reader will produce image objects as raster features.
- No: Image objects will be skipped.
Controls how to read text content objects. It is distinct from Non-Spatial Text, which controls whether to read entire pages of text as features.
- Feature Per Block (default): The reader will produce one text feature per block of text as defined within the PDF document. This may include as little as one character, or entire paragraphs of text.
- Feature Per Character (Text): The reader will produce one text feature per character.
- Feature Per Character (Vector): The reader will produce one vector feature per character by stroking the text character.
- Ignore: Text objects will be skipped.
Controls whether the to read vector drawing content objects.
- Yes (default): The reader will produce vector drawing objects as features with 2D vector geometry.
- No: Vector drawing objects will be skipped.
Controls which coordinate units the reader should use for feature geometry.
- Geospatial (if possible) (default): For content objects within a geospatial map frame, the reader will produce features with geospatial coordinates and coordinate system. If no map frames exists, or if a content object is not within any map frame, then features will be produced with coordinate in page points.
- Page Points: Feature geometry will use page points (1/72 of an inch on the page) for coordinate values.
Advanced
Controls whether the reader should attempt to make donut geometry from sets of related polygon geometries.
- Yes (default): Features with multipolygon geometry will be converted to donut geometry where applicable.
- No: Features with multipolygon geometry will be produced as-is.
Controls how the reader should convert Bezier curves to line geometries.
- Flatness (default): Bezier curves will be converted to lines with enough points such that the distance between the line segments and the actual curve does not exceed 0.25 page points.
- Number of Points: Bezier curves will be converted to lines with exactly N points, where N is the value of the Interpolated Points Per Bezier Curve parameter.
Controls how many points the reader should use to stroke Bezier curves. It is only relevant when the Bezier Interpolation Mode has the value Number of Points.
The value of this parameter must be greater than or equal to 2.
Non-Spatial
Non-Spatial group parameters are related to features that make up entire pages, or that do not have a location within a page. (This is in contrast to the Spatial group parameters, which relate to Content Objects such as vector drawings, raster images, and text.)
Controls which metadata objects the reader should produce:
- Document Info: The reader will produce a feature that contains information about the entire PDF document. This may include attributes such as the creation time of the document, the authoring software, or the document title.
- Pages: The reader will produce one feature per page of the document, with attributes describing the dimensions of the page.
- Map Frames: The reader will produce one feature per map frame in the document. A map frame is a region of a page that is associated with some unit of measurement, and may be associated with a geospatial location.
Controls whether to read the text of each page as a feature.
- Yes: The reader will concatenate all text within each page as a text feature.
- No (default): The reader will not read text-pages.
Note: The underlying PDF format is not necessarily ordered in a usual reading order; the reader may not always successfully determine the correct sentence/paragraph order.
Controls whether to read each Tagged Table as a feature type, and each table row as a feature. A Tagged Table is a PDF table that has been created with software that embeds metadata about which text objects are within the table, in a similar way to an HTML table. Microsoft Excel for Windows is an example of a program that may create tagged tables when converting to PDF.
- Yes: The reader will read each tagged table row as a feature.
- No (default): The reader will not read tagged tables.
Controls whether to render an image of each page and produce it as a raster feature.
- Yes: The reader will render will each page as a raster feature.
- No (default): The reader will not read rasterized-pages.
Raster Size
Controls how the reader should determine the size of the raster when rasterizing pages.
- Scale (default): Raster size will be determined with the Pixels Per Point parameter.
- Custom: Raster size will be determined with the Raster Height and Raster Width parameters.
Controls the number of pixels for each page point when rasterizing PDF pages. It is only relevant when the Raster Size Mode is Scale.
For example, If a page is 400 points in width and 600 points in height, then a Pixels Per Point value of 0.25 would produce a raster with 100 columns and 150 rows. This might be useful for creating a thumbnail.
Controls the number of rows in rendered rasters when rasterizing PDF pages. It is only relevant when the Raster Size Mode is Custom.
Controls the number of columns in rendered rasters when rasterizing PDF pages. It is only relevant when the Raster Size Mode is Custom.
Schema Attributes
Use this parameter to expose Format Attributes in Workbench when you create a workspace:
- In a dynamic scenario, it means these attributes can be passed to the output dataset at runtime.
- In a non-dynamic scenario, you can use this parameter to expose additional attributes on multiple feature types.
Use Search Envelope
Using the minimum and maximum x and y parameters, define a bounding box that will be used to filter the input features. Only features that intersect with the bounding box are returned.
If all four coordinates of the search envelope are specified as 0, the search envelope will be disabled.
When selected, this parameter removes any portions of imported features being read that are outside the Search Envelope.
The example below illustrates the results of the Search Envelope when Clip to Search Envelope is not selected (set to No) and when it is selected (set to Yes).
- No: Any features that cross the search envelope boundary will be read, including the portion that lies outside of the boundary.
- Yes: Any features that cross the search envelope boundary will be clipped at the boundary, and only the portion that lies inside the boundary will be read. The underlying function for the Clip to Search Envelope function is an intersection; however, when Clip to Search Envelope is selected, a clipping operation is also performed in addition to the intersection.