PDF Toolbox
Loading...
Searching...
No Matches
PdfTools_Toolbox_PtxPdfContent.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * File: PdfTools_Toolbox_PtxPdfContent.h
4 *
5 * Description: Sub Header file for Toolbox SDK
6 *
7 * Author: PDF Tools AG
8 *
9 * Copyright: Copyright (C) 2024 - 2024 PDF Tools AG, Switzerland
10 * All rights reserved.
11 *
12 * Notice: By downloading and using this artifact, you accept PDF Tools AG's
13 * [license agreement](https://www.pdf-tools.com/license-agreement/),
14 * [privacy policy](https://www.pdf-tools.com/privacy-policy/),
15 * and allow PDF Tools AG to track your usage data.
16 *
17 *****************************************************************************/
18
19#ifndef PDFTOOLS_TOOLBOX_PTXPDFCONTENT_H__
20#define PDFTOOLS_TOOLBOX_PTXPDFCONTENT_H__
21
22#ifndef PDFTOOLS_TOOLBOX_CALL
23#if defined(WIN32)
24#define PDFTOOLS_TOOLBOX_CALL __stdcall
25#else
26#define PDFTOOLS_TOOLBOX_CALL
27#endif
28#endif
29
32
33#ifdef __cplusplus
34extern "C"
35{
36#endif
37
38#ifdef _UNICODE
39#define PtxPdfContent_Font_CreateFromSystem PtxPdfContent_Font_CreateFromSystemW
40
41#define PtxPdfContent_Font_GetBaseFont PtxPdfContent_Font_GetBaseFontW
42
43#define PtxPdfContent_TextGenerator_GetWidth PtxPdfContent_TextGenerator_GetWidthW
44#define PtxPdfContent_TextGenerator_Show PtxPdfContent_TextGenerator_ShowW
45#define PtxPdfContent_TextGenerator_ShowLine PtxPdfContent_TextGenerator_ShowLineW
46
47#define PtxPdfContent_Glyph_GetText PtxPdfContent_Glyph_GetTextW
48
49#define PtxPdfContent_TextFragment_GetText PtxPdfContent_TextFragment_GetTextW
50
51#define PtxPdfContent_OptionalContentMembership_GetExpression PtxPdfContent_OptionalContentMembership_GetExpressionW
52
53#else
54#define PtxPdfContent_Font_CreateFromSystem PtxPdfContent_Font_CreateFromSystemA
55
56#define PtxPdfContent_Font_GetBaseFont PtxPdfContent_Font_GetBaseFontA
57
58#define PtxPdfContent_TextGenerator_GetWidth PtxPdfContent_TextGenerator_GetWidthA
59#define PtxPdfContent_TextGenerator_Show PtxPdfContent_TextGenerator_ShowA
60#define PtxPdfContent_TextGenerator_ShowLine PtxPdfContent_TextGenerator_ShowLineA
61
62#define PtxPdfContent_Glyph_GetText PtxPdfContent_Glyph_GetTextA
63
64#define PtxPdfContent_TextFragment_GetText PtxPdfContent_TextFragment_GetTextA
65
66#define PtxPdfContent_OptionalContentMembership_GetExpression PtxPdfContent_OptionalContentMembership_GetExpressionA
67
68#endif
69
70/******************************************************************************
71 * Transparency
72 *****************************************************************************/
88
114 TPtxPdfContent_Transparency* pTransparency, TPtxPdfContent_BlendMode iBlendMode);
147
148/******************************************************************************
149 * Stroke
150 *****************************************************************************/
167
217 TPtxPdfContent_Paint* pPaint);
254 double dLineWidth);
354 double* pBuffer,
355 size_t nBufferSize);
376 const double* pDashArray,
377 size_t nDashArrays);
414 double dDashPhase);
451 double dMiterLimit);
452
453/******************************************************************************
454 * Fill
455 *****************************************************************************/
470
520 TPtxPdfContent_Paint* pPaint);
559
560/******************************************************************************
561 * Image
562 *****************************************************************************/
646 const TPtxPdfContent_ImageType* pImageType);
647
687 TPtxGeomInt_Size* pSize);
725 unsigned char* pBuffer,
726 size_t nBufferSize);
764
765/******************************************************************************
766 * ImageMask
767 *****************************************************************************/
843 const TPtxPdfContent_ImageType* pImageType);
844
861 TPtxGeomInt_Size* pSize);
862
863/******************************************************************************
864 * Font
865 *****************************************************************************/
906 TPtxPdf_Document* pTargetDocument, const TPtxSys_StreamDescriptor* pStreamDesc, BOOL bEmbedded);
946 TPtxPdf_Document* pTargetDocument, const char* szFamily, const char* szStyle, BOOL bEmbedded);
986 TPtxPdf_Document* pTargetDocument, const WCHAR* szFamily, const WCHAR* szStyle, BOOL bEmbedded);
1008 int iCharacter);
1009
1035 char* pBuffer, size_t nBufferSize);
1061 WCHAR* pBuffer,
1062 size_t nBufferSize);
1084 TPtxPdfContent_FontWeight* pWeight);
1192 double* pLeading);
1193
1194/******************************************************************************
1195 * Group
1196 *****************************************************************************/
1288 TPtxPdf_Document* pTargetDocument, TPtxPdf_Page* pPage, TPtxPdf_PageCopyOptions* pOptions);
1289
1306 TPtxGeomReal_Size* pSize);
1367 BOOL bIsolated);
1409 BOOL bKnockout);
1410
1411/******************************************************************************
1412 * ColorSpace
1413 *****************************************************************************/
1480
1498
1514/******************************************************************************
1515 * IccBasedColorSpace
1516 *****************************************************************************/
1582 TPtxPdf_Document* pTargetDocument, TPtxPdfContent_IccBasedColorSpace* pColorSpace);
1583
1584/******************************************************************************
1585 * Subpath
1586 *****************************************************************************/
1617 int iIndex,
1618 TPtxPdfContent_PathSegment* pPathSegment);
1619
1634 TPtxGeomReal_Point* pStartPoint);
1650
1651/******************************************************************************
1652 * Path
1653 *****************************************************************************/
1663
1678
1679/******************************************************************************
1680 * PathIterator
1681 *****************************************************************************/
1711
1712/******************************************************************************
1713 * ContentGenerator
1714 *****************************************************************************/
1738
1817 TPtxPdfContent_ContentGenerator* pContentGenerator, const TPtxGeomReal_AffineTransform* pTransform);
1848 TPtxPdfContent_Image* pImage, const TPtxGeomReal_Rectangle* pTargetRect);
1898 TPtxPdfContent_ContentGenerator* pContentGenerator, TPtxPdfContent_ImageMask* pImageMask,
1899 const TPtxGeomReal_Rectangle* pTargetRect, TPtxPdfContent_Paint* pPaint);
1975 TPtxPdfContent_ContentGenerator* pContentGenerator, TPtxPdfContent_Text* pText);
2037 TPtxPdfContent_ContentGenerator* pContentGenerator, TPtxPdfContent_Text* pText);
2086 TPtxPdfContent_ContentGenerator* pContentGenerator, TPtxPdfContent_Group* pGroup,
2087 const TPtxGeomReal_Rectangle* pTargetRect, TPtxPdfContent_Transparency* pTransparency);
2110 TPtxPdfContent_ContentGenerator* pContentGenerator, TPtxPdfContent_ContentElement* pContentElement);
2111
2124/******************************************************************************
2125 * PathGenerator
2126 *****************************************************************************/
2141
2218 TPtxPdfContent_PathGenerator* pPathGenerator, const TPtxGeomReal_Point* pControlPoint1,
2219 const TPtxGeomReal_Point* pControlPoint2, const TPtxGeomReal_Point* pTarget);
2262 TPtxPdfContent_PathGenerator* pPathGenerator, const TPtxGeomReal_Rectangle* pRectangle);
2283 TPtxPdfContent_PathGenerator* pPathGenerator, const TPtxGeomReal_Point* pCenter, double dRadius);
2302 TPtxPdfContent_PathGenerator* pPathGenerator, const TPtxGeomReal_Rectangle* pRectangle);
2326 const TPtxGeomReal_Rectangle* pRectangle, double dAlpha1, double dAlpha2);
2350 const TPtxGeomReal_Rectangle* pRectangle, double dAlpha1, double dAlpha2);
2351
2364/******************************************************************************
2365 * TextGenerator
2366 *****************************************************************************/
2409 TPtxPdfContent_Text* pText, TPtxPdfContent_Font* pFont, double dFontSize, const TPtxGeomReal_Point* pLocation);
2410
2571
2761 TPtxPdfContent_TextGenerator* pTextGenerator, double dHorizontalScaling);
2816
2829/******************************************************************************
2830 * Paint
2831 *****************************************************************************/
2879 const double* pColor, size_t nColors, TPtxPdfContent_Transparency* pTransparency);
2880
2925 double* pBuffer, size_t nBufferSize);
2948
2949/******************************************************************************
2950 * Glyph
2951 *****************************************************************************/
2975 char* pBuffer, size_t nBufferSize);
2999 WCHAR* pBuffer, size_t nBufferSize);
3029 TPtxGeomReal_Point* pPosition);
3048
3049/******************************************************************************
3050 * TextFragment
3051 *****************************************************************************/
3100
3119 TPtxPdfContent_TextFragment* pTextFragment, TPtxGeomReal_Rectangle* pBoundingBox);
3138 TPtxPdfContent_TextFragment* pTextFragment, TPtxGeomReal_AffineTransform* pTransform);
3163PtxPdfContent_TextFragment_GetTextA(TPtxPdfContent_TextFragment* pTextFragment, char* pBuffer, size_t nBufferSize);
3188PtxPdfContent_TextFragment_GetTextW(TPtxPdfContent_TextFragment* pTextFragment, WCHAR* pBuffer, size_t nBufferSize);
3372
3373/******************************************************************************
3374 * Text
3375 *****************************************************************************/
3456
3457/******************************************************************************
3458 * OptionalContentMembership
3459 *****************************************************************************/
3477
3532 TPtxPdfContent_OptionalContentMembership* pOptionalContentMembership, char* pBuffer, size_t nBufferSize);
3565 TPtxPdfContent_OptionalContentMembership* pOptionalContentMembership, WCHAR* pBuffer, size_t nBufferSize);
3566
3567/******************************************************************************
3568 * ContentElement
3569 *****************************************************************************/
3606
3625 TPtxPdfContent_ContentElement* pContentElement, TPtxGeomReal_Rectangle* pBoundingBox);
3648 TPtxPdfContent_ContentElement* pContentElement, TPtxGeomReal_AffineTransform* pTransform);
3671 TPtxPdfContent_ContentElement* pContentElement, const TPtxGeomReal_AffineTransform* pTransform);
3690
3706/******************************************************************************
3707 * TextElement
3708 *****************************************************************************/
3727
3728/******************************************************************************
3729 * GroupElement
3730 *****************************************************************************/
3766 TPtxPdfContent_GroupElement* pGroupElement);
3767
3786
3787/******************************************************************************
3788 * PathElement
3789 *****************************************************************************/
3808 TPtxPdfContent_PathElement* pPathElement, TPtxGeomReal_Rectangle* pAlignmentBox);
3867
3868/******************************************************************************
3869 * ImageElement
3870 *****************************************************************************/
3889
3890/******************************************************************************
3891 * ImageMaskElement
3892 *****************************************************************************/
3929
3930/******************************************************************************
3931 * ContentExtractor
3932 *****************************************************************************/
3958
3973
4012
4013/******************************************************************************
4014 * ContentExtractorIterator
4015 *****************************************************************************/
4047
4048#ifdef __cplusplus
4049}
4050#endif
4051
4052#endif /* PDFTOOLS_TOOLBOX_PTXPDFCONTENT_H__ */
#define PDFTOOLS_TOOLBOX_EXPORT
Definition PdfTools_Toolbox_Platform.h:143
unsigned short WCHAR
Definition PdfTools_Toolbox_Platform.h:95
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Fill *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathElement_GetFill(TPtxPdfContent_PathElement *pPathElement)
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_GetWidthW(TPtxPdfContent_TextGenerator *pTextGenerator, const WCHAR *szText)
Get the width of a text string. The width of a text string as if it would be shown with the current s...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_LineJoinStyle PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetLineJoinStyle(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentElementType PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_GetType(TPtxPdfContent_ContentElement *pContentElement)
Get actual derived type of base type TPtxPdfContent_ContentElement.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_TextFragment *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Text_Get(TPtxPdfContent_Text *pText, int iIndex)
Returns the element at the specified position in the given list.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Path *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Path_New(void)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetBoundingBox(TPtxPdfContent_TextFragment *pTextFragment, TPtxGeomReal_Rectangle *pBoundingBox)
the bounding box This is a rectangle that encompasses all parts of the text fragment.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_GetSize(TPtxPdfContent_Group *pGroup, TPtxGeomReal_Size *pSize)
the size of the group.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractor_SetUngrouping(TPtxPdfContent_ContentExtractor *pContentExtractor, TPtxPdfContent_UngroupingSelection iUngrouping)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_InsideRule PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Fill_GetInsideRule(TPtxPdfContent_Fill *pFill)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_PaintText(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Text *pText)
Paint text.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Text *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextElement_GetText(TPtxPdfContent_TextElement *pTextElement)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_PaintGroup(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Group *pGroup, const TPtxGeomReal_Rectangle *pTargetRect, TPtxPdfContent_Transparency *pTransparency)
Paint a group.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetHorizontalScaling(TPtxPdfContent_TextGenerator *pTextGenerator, double dHorizontalScaling)
the current horizontal scaling.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetFontSize(TPtxPdfContent_TextGenerator *pTextGenerator, double dFontSize)
the current font size.
PDFTOOLS_TOOLBOX_EXPORT int PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_GetBitsPerComponent(TPtxPdfContent_Image *pImage)
the number of bits per component. The number of bits used to represent each color component....
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Paint *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageMaskElement_GetPaint(TPtxPdfContent_ImageMaskElement *pImageMaskElement)
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Transparency_GetAlpha(TPtxPdfContent_Transparency *pTransparency)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_Save(TPtxPdfContent_ContentGenerator *pContentGenerator)
Save the current graphics state The graphics state is stored on the graphics state stack....
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetDescent(TPtxPdfContent_Font *pFont)
the descent of the font. The maximum depth below the baseline reached by glyphs in this font....
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_AddArc(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Rectangle *pRectangle, double dAlpha1, double dAlpha2)
Add an elliptical arc to the current path.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentExtractor *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractor_New(TPtxPdfContent_Content *pContent)
Create a new content extractor.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Transparency *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Transparency_New(double dAlpha)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Path *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathElement_GetPath(TPtxPdfContent_PathElement *pPathElement)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_IccBasedColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_IccBasedColorSpace_Copy(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_IccBasedColorSpace *pColorSpace)
Copy an ICC-based color space Copy an ICC-based color space object from an input document to the give...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Stroke *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_New(TPtxPdfContent_Paint *pPaint, double dLineWidth)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentElement *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractorIterator_GetValue(TPtxPdfContent_ContentExtractorIterator *pContentExtractorIterator)
Get the current element or NULLif no elements are left.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Stroke *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathElement_GetStroke(TPtxPdfContent_PathElement *pPathElement)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_GetSamples(TPtxPdfContent_Image *pImage, unsigned char *pBuffer, size_t nBufferSize)
The raw content of the image.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_ShowW(TPtxPdfContent_TextGenerator *pTextGenerator, const WCHAR *szText)
Show a text string. The text is shown using the current settings.
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetTextW(TPtxPdfContent_TextFragment *pTextFragment, WCHAR *pBuffer, size_t nBufferSize)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_ClipWithPath(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Path *pPath, TPtxPdfContent_InsideRule iInsideRule)
Intersect clip path with path. Update the current clip path by intersecting with the given path.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Group *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_CopyFromPage(TPtxPdf_Document *pTargetDocument, TPtxPdf_Page *pPage, TPtxPdf_PageCopyOptions *pOptions)
Create a group object from a page.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ColorSpace_CreateProcessColorSpace(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_ProcessColorSpaceType iType)
Get the canonical grayscale, RGB, or CMYK color space. Depending on the PDF/A compliance and the outp...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_GroupElement *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_GroupElement_CopyWithoutContent(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_GroupElement *pGroupElement)
Copy a group element without copying its content Create a new group element, taking a given group ele...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetLineWidth(TPtxPdfContent_Stroke *pStroke, double dLineWidth)
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_GetWidthA(TPtxPdfContent_TextGenerator *pTextGenerator, const char *szText)
Get the width of a text string. The width of a text string as if it would be shown with the current s...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Font *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_Create(TPtxPdf_Document *pTargetDocument, const TPtxSys_StreamDescriptor *pStreamDesc, BOOL bEmbedded)
Create a new font object from font file data. Supported formats are:
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_GetBoundingBox(TPtxPdfContent_ContentElement *pContentElement, TPtxGeomReal_Rectangle *pBoundingBox)
the bounding box This is a rectangle that encompasses all parts of an element.
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetTextA(TPtxPdfContent_TextFragment *pTextFragment, char *pBuffer, size_t nBufferSize)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_ClipWithText(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Text *pText)
Intersect clip path with text. Update the current clip path by intersecting with the given text.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_MoveTo(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Point *pTarget)
Move the current position. Begin a new subpath by moving the current point to the specified coordinat...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractorIterator_MoveNext(TPtxPdfContent_ContentExtractorIterator *pContentExtractorIterator)
Move the iterator to the next element.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Paint *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetPaint(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_GetSize(TPtxPdfContent_Image *pImage, TPtxGeomInt_Size *pSize)
The size of the image in samples. Samples are often also called pixels.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageMask_Extract(TPtxPdfContent_ImageMask *pImageMask, const TPtxSys_StreamDescriptor *pStreamDesc, const TPtxPdfContent_ImageType *pImageType)
Extract image mask from PDF.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetRise(TPtxPdfContent_TextGenerator *pTextGenerator, double dRise)
the current rise of the baseline.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Font *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_CreateFromSystemA(TPtxPdf_Document *pTargetDocument, const char *szFamily, const char *szStyle, BOOL bEmbedded)
Create a new font object from an installed font. The returned font object is not yet used on any page...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_ShowLineW(TPtxPdfContent_TextGenerator *pTextGenerator, const WCHAR *szText)
Show a text string and go to the next line.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentGenerator *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_New(TPtxPdfContent_Content *pContent, BOOL bPrepend)
Create a new content generator for appending or prepending to the content of a group.
PDFTOOLS_TOOLBOX_EXPORT int PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ColorSpace_GetComponentCount(TPtxPdfContent_ColorSpace *pColorSpace)
the number of components in the color space.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_PaintImage(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Image *pImage, const TPtxGeomReal_Rectangle *pTargetRect)
Paint an image.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_AddCircle(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Point *pCenter, double dRadius)
Append a circle to the current path as a complete subpath.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_BlendMode PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Transparency_GetBlendMode(TPtxPdfContent_Transparency *pTransparency)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_ShowA(TPtxPdfContent_TextGenerator *pTextGenerator, const char *szText)
Show a text string. The text is shown using the current settings.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Transparency *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Paint_GetTransparency(TPtxPdfContent_Paint *pPaint)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_ShowLineA(TPtxPdfContent_TextGenerator *pTextGenerator, const char *szText)
Show a text string and go to the next line.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetHorizontalScaling(TPtxPdfContent_TextFragment *pTextFragment)
The horizontal scaling factor The horizontal scaling parameter adjusts the width of glyphs by stretch...
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetCapHeight(TPtxPdfContent_Font *pFont)
the cap height of the font. The vertical coordinate of the top of flat capital letters,...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_GetColorSpace(TPtxPdfContent_Image *pImage)
the color space in which image samples are specified.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetDashArray(TPtxPdfContent_Stroke *pStroke, const double *pDashArray, size_t nDashArrays)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetLineCapStyle(TPtxPdfContent_Stroke *pStroke, TPtxPdfContent_LineCapStyle iLineCapStyle)
PDFTOOLS_TOOLBOX_EXPORT int PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetCount(TPtxPdfContent_TextFragment *pTextFragment)
Get the number of elements in the list.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetMiterLimit(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetRise(TPtxPdfContent_TextFragment *pTextFragment)
The rise of the baseline The text rise specifies the distance to move the baseline up or down from it...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_LineCapStyle PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetLineCapStyle(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_GetTransform(TPtxPdfContent_ContentElement *pContentElement, TPtxGeomReal_AffineTransform *pTransform)
the transform to be applied to the alignment rectangle Use this transform matrix to compute the actua...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetTransform(TPtxPdfContent_TextFragment *pTextFragment, TPtxGeomReal_AffineTransform *pTransform)
the transform to be applied to the bounding box rectangle Use this transform matrix to compute the ac...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_OptionalContentMembership_DependsOn(TPtxPdfContent_OptionalContentMembership *pOptionalContentMembership, TPtxPdf_OptionalContentGroup *pOcg)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetDashPhase(TPtxPdfContent_Stroke *pStroke, double dDashPhase)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetMiterLimit(TPtxPdfContent_Stroke *pStroke, double dMiterLimit)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_Transform(TPtxPdfContent_ContentGenerator *pContentGenerator, const TPtxGeomReal_AffineTransform *pTransform)
Modify the current transform matrix by concatenating the specified matrix.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_MoveTo(TPtxPdfContent_TextGenerator *pTextGenerator, const TPtxGeomReal_Point *pTarget)
Move the current position. This also also sets the beginning of the current line to the specified pos...
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetItalicAngle(TPtxPdfContent_Font *pFont)
the italic angle of the font. The angle is expressed in degrees counterclockwise from the vertical,...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_UngroupingSelection PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractor_GetUngrouping(TPtxPdfContent_ContentExtractor *pContentExtractor)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Text_Clear(TPtxPdfContent_Text *pText)
Clear list.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetDashPhase(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetPaint(TPtxPdfContent_Stroke *pStroke, TPtxPdfContent_Paint *pPaint)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Glyph_GetTextA(TPtxPdfContent_Glyph *pGlyph, char *pBuffer, size_t nBufferSize)
glyph text This is the glyph's associated text.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetWordSpacing(TPtxPdfContent_TextFragment *pTextFragment)
The additional spacing between words Word spacing works the same way as character spacing,...
#define PDFTOOLS_TOOLBOX_CALL
Definition PdfTools_Toolbox_PtxPdfContent.h:26
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_PathIterator *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Path_GetIterator(TPtxPdfContent_Path *pPath)
Get an iterator for this enumerable.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Group *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_Create(TPtxPdf_Document *pTargetDocument, const TPtxGeomReal_Size *pSize)
Create an empty group object. The returned group object is not yet used on any page,...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Text_Remove(TPtxPdfContent_Text *pText, int iIndex)
Remove certain element from list.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_PathGenerator *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_New(TPtxPdfContent_Path *pPath)
Create a new path generator for appending to a path.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_OptionalContentMembership *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_GetOcm(TPtxPdfContent_ContentElement *pContentElement)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_PaintImageMask(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_ImageMask *pImageMask, const TPtxGeomReal_Rectangle *pTargetRect, TPtxPdfContent_Paint *pPaint)
Paint an image (stencil) mask.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Font *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_CreateFromSystemW(TPtxPdf_Document *pTargetDocument, const WCHAR *szFamily, const WCHAR *szStyle, BOOL bEmbedded)
Create a new font object from an installed font. The returned font object is not yet used on any page...
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Glyph_GetWidth(TPtxPdfContent_Glyph *pGlyph)
glyph width This is the width of the glyph.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Content *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_GetContent(TPtxPdfContent_Group *pGroup)
the group content. If the group is writable, the content object can be used to apply new content on t...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathIterator_MoveNext(TPtxPdfContent_PathIterator *pPathIterator)
Move the iterator to the next element.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Paint_GetColorSpace(TPtxPdfContent_Paint *pPaint)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathElement_GetAlignmentBox(TPtxPdfContent_PathElement *pPathElement, TPtxGeomReal_Rectangle *pAlignmentBox)
the box for alignment This is a rectangle that may not encompass all parts of an element,...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Subpath_IsClosed(TPtxPdfContent_Subpath *pSubpath)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_AppendContentElement(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_ContentElement *pContentElement)
Paint a content element.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Subpath_Get(TPtxPdfContent_Subpath *pSubpath, int iIndex, TPtxPdfContent_PathSegment *pPathSegment)
Returns the element at the specified position in the given list.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentElement *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_Copy(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_ContentElement *pContentElement)
Copy a content element The returned object is associated with the given target document but not yet p...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_Close(TPtxPdfContent_TextGenerator *pObject)
Close object.
PDFTOOLS_TOOLBOX_EXPORT int PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Text_GetCount(TPtxPdfContent_Text *pText)
Get the number of elements in the list.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_TextGenerator *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_New(TPtxPdfContent_Text *pText, TPtxPdfContent_Font *pFont, double dFontSize, const TPtxGeomReal_Point *pLocation)
Create a new text generator for appending text to a text content object. All parameters that cannot b...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_SetLineJoinStyle(TPtxPdfContent_Stroke *pStroke, TPtxPdfContent_LineJoinStyle iLineJoinStyle)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Paint_GetColor(TPtxPdfContent_Paint *pPaint, double *pBuffer, size_t nBufferSize)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Image *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageElement_GetImage(TPtxPdfContent_ImageElement *pImageElement)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_GetKnockout(TPtxPdfContent_Group *pGroup)
the transparency knockout behavior
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Text *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Text_Create(TPtxPdf_Document *pTargetDocument)
Create a text The returned text object is not yet used on any page, but it is associated with the giv...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Transparency_SetBlendMode(TPtxPdfContent_Transparency *pTransparency, TPtxPdfContent_BlendMode iBlendMode)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_Restore(TPtxPdfContent_ContentGenerator *pContentGenerator)
Restore the graphics state. The most recently saved state is restored and removed from the graphics s...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_Close(TPtxPdfContent_PathGenerator *pObject)
Close object.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_LineTo(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Point *pTarget)
Draw a line. Append a straight line segment from the current point to the target coordinates....
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Subpath *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathIterator_GetValue(TPtxPdfContent_PathIterator *pPathIterator)
Get the current element or NULLif no elements are left.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Transparency_SetAlpha(TPtxPdfContent_Transparency *pTransparency, double dAlpha)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_PaintPath(TPtxPdfContent_ContentGenerator *pContentGenerator, TPtxPdfContent_Path *pPath, TPtxPdfContent_Fill *pFill, TPtxPdfContent_Stroke *pStroke)
Paint a path. The path is first filled and then stroked The blend mode for filling and stroking must ...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Glyph_GetPosition(TPtxPdfContent_Glyph *pGlyph, TPtxGeomReal_Point *pPosition)
glyph position
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Stroke *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetStroke(TPtxPdfContent_TextFragment *pTextFragment)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ContentExtractorIterator *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentExtractor_GetIterator(TPtxPdfContent_ContentExtractor *pContentExtractor)
Get an iterator for this enumerable.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_Extract(TPtxPdfContent_Image *pImage, const TPtxSys_StreamDescriptor *pStreamDesc, const TPtxPdfContent_ImageType *pImageType)
Extract embedded image from PDF.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Fill_SetPaint(TPtxPdfContent_Fill *pFill, TPtxPdfContent_Paint *pPaint)
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Fill *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetFill(TPtxPdfContent_TextFragment *pTextFragment)
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetLineWidth(TPtxPdfContent_Stroke *pStroke)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_SetIsolated(TPtxPdfContent_Group *pGroup, BOOL bIsolated)
the transparency isolation behavior
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageMask_GetSize(TPtxPdfContent_ImageMask *pImageMask, TPtxGeomInt_Size *pSize)
The size of the image mask in samples.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetCharacterWidth(TPtxPdfContent_Font *pFont, int iCharacter)
the width of a single glyph.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_WritingMode PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetWritingMode(TPtxPdfContent_TextFragment *pTextFragment)
The writing direction This is the writing mode for the text fragment. It applies to all contained TPt...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ImageMask *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageMaskElement_GetImageMask(TPtxPdfContent_ImageMaskElement *pImageMaskElement)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetFill(TPtxPdfContent_TextGenerator *pTextGenerator, TPtxPdfContent_Paint *pFill)
The paint for filling The fill paint or NULL if the text should not be filled.
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Glyph_GetTextW(TPtxPdfContent_Glyph *pGlyph, WCHAR *pBuffer, size_t nBufferSize)
glyph text This is the glyph's associated text.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_CloseSubpath(TPtxPdfContent_PathGenerator *pPathGenerator)
Close the current subpath. Close the current subpath by appending a straight line segment from the cu...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ImageType PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_GetDefaultImageType(TPtxPdfContent_Image *pImage)
Default extracted image type. The default image type that will be extracted, based on the way that th...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_IccBasedColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_IccBasedColorSpace_Create(TPtxPdf_Document *pTargetDocument, const TPtxSys_StreamDescriptor *pProfile)
Create an new ICC-based color space from an ICC color profile. The returned color space object is not...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Image *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Image_Create(TPtxPdf_Document *pTargetDocument, const TPtxSys_StreamDescriptor *pStreamDesc)
Create an image object from image data. Supported formats are:
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetBaseFontW(TPtxPdfContent_Font *pFont, WCHAR *pBuffer, size_t nBufferSize)
the PostScript name of the font
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetStroke(TPtxPdfContent_TextGenerator *pTextGenerator, TPtxPdfContent_Stroke *pStroke)
The stroke properties The stroke properties or NULL if the text should not be stroked.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetCharacterSpacing(TPtxPdfContent_TextGenerator *pTextGenerator, double dCharacterSpacing)
the current character spacing.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentElement_SetTransform(TPtxPdfContent_ContentElement *pContentElement, const TPtxGeomReal_AffineTransform *pTransform)
the transform to be applied to the alignment rectangle Use this transform matrix to compute the actua...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_BezierTo(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Point *pControlPoint1, const TPtxGeomReal_Point *pControlPoint2, const TPtxGeomReal_Point *pTarget)
Draw a bezier curve.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetWordSpacing(TPtxPdfContent_TextGenerator *pTextGenerator, double dWordSpacing)
the current word spacing.
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Stroke_GetDashArray(TPtxPdfContent_Stroke *pStroke, double *pBuffer, size_t nBufferSize)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetLeading(TPtxPdfContent_Font *pFont, double *pLeading)
the leading of the font.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Group *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_GroupElement_GetGroup(TPtxPdfContent_GroupElement *pGroupElement)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_OptionalContentMembership_GetExpressionW(TPtxPdfContent_OptionalContentMembership *pOptionalContentMembership, WCHAR *pBuffer, size_t nBufferSize)
The content element visibility function.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_OptionalContentMembership_IsVisible(TPtxPdfContent_OptionalContentMembership *pOptionalContentMembership)
The element visibility. TRUE if the element is visible in the default configuration or PtxPdf_Documen...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_AddRectangle(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Rectangle *pRectangle)
Append a rectangle to the current path as a complete subpath.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ColorSpace *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ColorSpace_Copy(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_ColorSpace *pColorSpace)
Copy a color space Copy a color space object from an input document to the given pTargetDocument....
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_Remove(TPtxPdfContent_TextFragment *pTextFragment, int iIndex)
Remove certain element from list.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetFont(TPtxPdfContent_TextGenerator *pTextGenerator, TPtxPdfContent_Font *pFont)
the current font. The font is used for all subsequent PtxPdfContent_TextGenerator_Show and PtxPdfCont...
PDFTOOLS_TOOLBOX_EXPORT int PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Subpath_GetCount(TPtxPdfContent_Subpath *pSubpath)
Get the number of elements in the list.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Fill *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Fill_New(TPtxPdfContent_Paint *pPaint)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetBaseFontA(TPtxPdfContent_Font *pFont, char *pBuffer, size_t nBufferSize)
the PostScript name of the font
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Subpath_GetStartPoint(TPtxPdfContent_Subpath *pSubpath, TPtxGeomReal_Point *pStartPoint)
PDFTOOLS_TOOLBOX_EXPORT size_t PDFTOOLS_TOOLBOX_CALL PtxPdfContent_OptionalContentMembership_GetExpressionA(TPtxPdfContent_OptionalContentMembership *pOptionalContentMembership, char *pBuffer, size_t nBufferSize)
The content element visibility function.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_GetIsolated(TPtxPdfContent_Group *pGroup)
the transparency isolation behavior
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Fill_SetInsideRule(TPtxPdfContent_Fill *pFill, TPtxPdfContent_InsideRule iInsideRule)
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetWeight(TPtxPdfContent_Font *pFont, TPtxPdfContent_FontWeight *pWeight)
the visual weight of the font. Indicates the visual weight (degree of blackness or thickness of strok...
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Glyph *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_Get(TPtxPdfContent_TextFragment *pTextFragment, int iIndex)
Returns the element at the specified position in the given list.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ContentGenerator_Close(TPtxPdfContent_ContentGenerator *pObject)
Close object.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetFontSize(TPtxPdfContent_TextFragment *pTextFragment)
The font size.
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Group_SetKnockout(TPtxPdfContent_Group *pGroup, BOOL bKnockout)
the transparency knockout behavior
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Paint *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Paint_Create(TPtxPdf_Document *pTargetDocument, TPtxPdfContent_ColorSpace *pColorSpace, const double *pColor, size_t nColors, TPtxPdfContent_Transparency *pTransparency)
Create an new paint. Transparency is supported by PDF 1.4 or higher and by PDF/A-2 or higher....
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Font_GetAscent(TPtxPdfContent_Font *pFont)
the ascent of the font. The maximum height above the baseline reached by glyphs in this font,...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextGenerator_SetLeading(TPtxPdfContent_TextGenerator *pTextGenerator, double dLeading)
the current leading.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ColorSpaceType PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ColorSpace_GetType(TPtxPdfContent_ColorSpace *pColorSpace)
Get actual derived type of base type TPtxPdfContent_ColorSpace.
PDFTOOLS_TOOLBOX_EXPORT double PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetCharacterSpacing(TPtxPdfContent_TextFragment *pTextFragment)
The additional spacing between glyphs When the glyph for each character in the text is rendered,...
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_AddEllipse(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Rectangle *pRectangle)
Add an ellipse to the current path as a complete subpath.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Font *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_TextFragment_GetFont(TPtxPdfContent_TextFragment *pTextFragment)
The font The returned TPtxPdfContent_Font can only be used for extraction purposes....
PDFTOOLS_TOOLBOX_EXPORT BOOL PDFTOOLS_TOOLBOX_CALL PtxPdfContent_PathGenerator_AddPie(TPtxPdfContent_PathGenerator *pPathGenerator, const TPtxGeomReal_Rectangle *pRectangle, double dAlpha1, double dAlpha2)
Add an elliptical piece of pie to the current path as a complete subpath.
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_ImageMask *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_ImageMask_Create(TPtxPdf_Document *pTargetDocument, const TPtxSys_StreamDescriptor *pStreamDesc)
Create an image mask object from image data. Supported formats are:
PDFTOOLS_TOOLBOX_EXPORT TPtxPdfContent_Paint *PDFTOOLS_TOOLBOX_CALL PtxPdfContent_Fill_GetPaint(TPtxPdfContent_Fill *pFill)
TPtxPdfContent_UngroupingSelection
Definition PdfTools_Toolbox_Types.h:526
TPtxPdfContent_ImageType
Definition PdfTools_Toolbox_Types.h:622
TPtxPdfContent_BlendMode
Definition PdfTools_Toolbox_Types.h:367
TPtxPdfContent_WritingMode
Definition PdfTools_Toolbox_Types.h:551
TPtxPdfContent_ContentElementType
Type and subtype enumeration of TPtxPdfContent_ContentElement.
Definition PdfTools_Toolbox_Types.h:924
TPtxPdfContent_InsideRule
Definition PdfTools_Toolbox_Types.h:355
TPtxPdfContent_FontWeight
Definition PdfTools_Toolbox_Types.h:569
TPtxPdfContent_LineJoinStyle
Definition PdfTools_Toolbox_Types.h:340
TPtxPdfContent_LineCapStyle
Definition PdfTools_Toolbox_Types.h:325
#define BOOL
Definition PdfTools_Toolbox_Types.h:23
TPtxPdfContent_ProcessColorSpaceType
Definition PdfTools_Toolbox_Types.h:310
TPtxPdfContent_ColorSpaceType
Type and subtype enumeration of TPtxPdfContent_ColorSpace.
Definition PdfTools_Toolbox_Types.h:893
Represents the content of a page or a group. The class has no methods on its own, but can be modified...
Paths define shapes, trajectories, and regions of all sorts. A path is made up of one or more disconn...
A disconnected subpath. A container for connected path segments.
Definition PdfTools_Toolbox_Types.h:2125
Definition PdfTools_Toolbox_Types.h:2083
Definition PdfTools_Toolbox_Types.h:2011
Definition PdfTools_Toolbox_Types.h:2039
Definition PdfTools_Toolbox_Types.h:2025
Definition PdfTools_Toolbox_Types.h:2139
Structure that groups a set of callbacks that model streams.
Definition PdfTools_Toolbox_PtxSys.h:49