spire-pdf 11.6.1__py3-none-macosx_10_7_universal.whl → 11.9.0__py3-none-macosx_10_7_universal.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of spire-pdf might be problematic. Click here for more details.

Files changed (526) hide show
  1. spire/pdf/PdfBorders.py +5 -1
  2. spire/pdf/PdfCollection.py +3 -3
  3. spire/pdf/PdfDocument.py +17 -18
  4. spire/pdf/PdfFileInfo.py +7 -7
  5. spire/pdf/PdfNewDocument.py +21 -13
  6. spire/pdf/PdfPageBase.py +2 -2
  7. spire/pdf/PdfSection.py +5 -4
  8. spire/pdf/PdfSectionPageCollection.py +9 -9
  9. spire/pdf/__init__.py +477 -482
  10. spire/pdf/{PdfGotoNameAction.py → actions/PdfGotoNameAction.py} +4 -2
  11. spire/pdf/actions/__init__.py +0 -0
  12. spire/pdf/additions/__init__.py +0 -0
  13. spire/pdf/additions/html/HtmlToPdfResult.py +36 -0
  14. spire/pdf/additions/html/__init__.py +0 -0
  15. spire/pdf/{LineBorder.py → annotations/LineBorder.py} +8 -6
  16. spire/pdf/{Pdf3DCrossSection.py → annotations/Pdf3DCrossSection.py} +6 -6
  17. spire/pdf/{Pdf3DNode.py → annotations/Pdf3DNode.py} +8 -8
  18. spire/pdf/{Pdf3DView.py → annotations/Pdf3DView.py} +1 -1
  19. spire/pdf/{PdfAnnotationCollection.py → annotations/PdfAnnotationCollection.py} +2 -0
  20. spire/pdf/{PdfAnnotationWidgetCollection.py → annotations/PdfAnnotationWidgetCollection.py} +3 -3
  21. spire/pdf/{PdfRubberStampAnnotation.py → annotations/PdfRubberStampAnnotation.py} +13 -13
  22. spire/pdf/{PdfTextMarkupAnnotation.py → annotations/PdfTextMarkupAnnotation.py} +36 -15
  23. spire/pdf/{PdfTextWebLink.py → annotations/PdfTextWebLink.py} +5 -5
  24. spire/pdf/{PdfWatermarkAnnotation.py → annotations/PdfWatermarkAnnotation.py} +8 -4
  25. spire/pdf/annotations/__init__.py +0 -0
  26. spire/pdf/{PdfAppearanceState.py → annotations/appearance/PdfAppearanceState.py} +15 -8
  27. spire/pdf/{PdfExtendedAppearance.py → annotations/appearance/PdfExtendedAppearance.py} +3 -3
  28. spire/pdf/annotations/appearance/__init__.py +0 -0
  29. spire/pdf/{PdfAttachmentCollection.py → attachments/PdfAttachmentCollection.py} +16 -16
  30. spire/pdf/attachments/__init__.py +0 -0
  31. spire/pdf/{PdfCreationDateField.py → automaticfields/PdfCreationDateField.py} +7 -7
  32. spire/pdf/{PdfSectionPageCountField.py → automaticfields/PdfSectionPageCountField.py} +5 -5
  33. spire/pdf/{PdfSectionPageNumberField.py → automaticfields/PdfSectionPageNumberField.py} +5 -5
  34. spire/pdf/automaticfields/__init__.py +0 -0
  35. spire/pdf/barcode/__init__.py +0 -0
  36. spire/pdf/{PdfBookmark.py → bookmarks/PdfBookmark.py} +1 -1
  37. spire/pdf/{PdfBookmarkCollection.py → bookmarks/PdfBookmarkCollection.py} +11 -11
  38. spire/pdf/bookmarks/__init__.py +0 -0
  39. spire/pdf/{PdfFolder.py → collections/PdfFolder.py} +9 -9
  40. spire/pdf/collections/__init__.py +0 -0
  41. spire/pdf/{PdfICCColorSpace.py → colorspace/PdfICCColorSpace.py} +9 -7
  42. spire/pdf/colorspace/__init__.py +0 -0
  43. spire/pdf/comparison/__init__.py +0 -0
  44. spire/pdf/{OfdConverter.py → conversion/OfdConverter.py} +8 -8
  45. spire/pdf/conversion/PdfToHtmlParameter.py +48 -0
  46. spire/pdf/conversion/__init__.py +0 -0
  47. spire/pdf/conversion/compression/__init__.py +0 -0
  48. spire/pdf/document/__init__.py +0 -0
  49. spire/pdf/{Collections_PdfCollection.py → document/collections/Collections_PdfCollection.py} +12 -12
  50. spire/pdf/document/collections/__init__.py +0 -0
  51. spire/pdf/exceptions/__init__.py +0 -0
  52. spire/pdf/{PdfFieldCollection.py → fileds/PdfFieldCollection.py} +10 -10
  53. spire/pdf/{PdfForm.py → fileds/PdfForm.py} +1 -1
  54. spire/pdf/{PdfRadioButtonListItem.py → fileds/PdfRadioButtonListItem.py} +6 -6
  55. spire/pdf/fileds/__init__.py +0 -0
  56. spire/pdf/general/__init__.py +0 -0
  57. spire/pdf/graphics/HtmlToPdfLayoutParams.py +93 -0
  58. spire/pdf/{PdfBitmap.py → graphics/PdfBitmap.py} +7 -7
  59. spire/pdf/{PdfCanvas.py → graphics/PdfCanvas.py} +6 -5
  60. spire/pdf/graphics/PdfHTMLTextElement.py +142 -0
  61. spire/pdf/graphics/PdfHtmlLayoutFormat.py +148 -0
  62. spire/pdf/{PdfMargins.py → graphics/PdfMargins.py} +13 -13
  63. spire/pdf/{PdfStringFormat.py → graphics/PdfStringFormat.py} +10 -7
  64. spire/pdf/{PdfTemplate.py → graphics/PdfTemplate.py} +12 -12
  65. spire/pdf/graphics/__init__.py +0 -0
  66. spire/pdf/graphics/fonts/__init__.py +0 -0
  67. spire/pdf/{PdfLayer.py → graphics/layer/PdfLayer.py} +2 -2
  68. spire/pdf/graphics/layer/__init__.py +0 -0
  69. spire/pdf/{PdfGrid.py → grid/PdfGrid.py} +6 -0
  70. spire/pdf/{PdfGridCell.py → grid/PdfGridCell.py} +5 -6
  71. spire/pdf/{PdfGridColumn.py → grid/PdfGridColumn.py} +5 -5
  72. spire/pdf/{PdfGridRow.py → grid/PdfGridRow.py} +1 -1
  73. spire/pdf/{PdfGridRowCollection.py → grid/PdfGridRowCollection.py} +30 -1
  74. spire/pdf/grid/__init__.py +0 -0
  75. spire/pdf/interactive/__init__.py +0 -0
  76. spire/pdf/interactive/annotations/PdfBorderEffect.py +15 -0
  77. spire/pdf/interactive/annotations/__init__.py +0 -0
  78. spire/pdf/{IPdfSignatureAppearance.py → interactive/digitalSignatures/IPdfSignatureAppearance.py} +3 -1
  79. spire/pdf/{IPdfSignatureFormatter.py → interactive/digitalSignatures/IPdfSignatureFormatter.py} +2 -2
  80. spire/pdf/{PdfCustomAppearance.py → interactive/digitalSignatures/PdfCustomAppearance.py} +1 -1
  81. spire/pdf/{PdfPKCS1Formatter.py → interactive/digitalSignatures/PdfPKCS1Formatter.py} +2 -2
  82. spire/pdf/{PdfSignatureAppearance.py → interactive/digitalSignatures/PdfSignatureAppearance.py} +1 -1
  83. spire/pdf/interactive/digitalSignatures/__init__.py +0 -0
  84. spire/pdf/interchange/__init__.py +0 -0
  85. spire/pdf/{PdfStructureElement.py → interchange/taggedpdf/PdfStructureElement.py} +10 -10
  86. spire/pdf/interchange/taggedpdf/__init__.py +0 -0
  87. spire/pdf/lib/Spire.Pdf.Base.dylib +0 -0
  88. spire/pdf/license/LicenseProvider.py +146 -0
  89. spire/pdf/license/__init__.py +0 -0
  90. spire/pdf/{PdfList.py → lists/PdfList.py} +9 -9
  91. spire/pdf/{PdfListItemCollection.py → lists/PdfListItemCollection.py} +26 -26
  92. spire/pdf/{PdfMarker.py → lists/PdfMarker.py} +1 -1
  93. spire/pdf/{PdfSortedList.py → lists/PdfSortedList.py} +11 -11
  94. spire/pdf/lists/__init__.py +0 -0
  95. spire/pdf/{PdfSinglePageScalingMode.py → pdfprint/PdfSinglePageScalingMode.py} +5 -4
  96. spire/pdf/pdfprint/__init__.py +0 -0
  97. spire/pdf/{PdfSecurity.py → security/PdfSecurity.py} +20 -20
  98. spire/pdf/{Security_IPdfSignatureFormatter.py → security/Security_IPdfSignatureFormatter.py} +2 -2
  99. spire/pdf/security/__init__.py +0 -0
  100. spire/pdf/{PdfColumnCollection.py → tables/PdfColumnCollection.py} +3 -3
  101. spire/pdf/{PdfRowCollection.py → tables/PdfRowCollection.py} +2 -1
  102. spire/pdf/tables/__init__.py +0 -0
  103. spire/pdf/texts/Find_TextFindParameter.py +17 -0
  104. spire/pdf/{PdfTextFragment.py → texts/PdfTextFragment.py} +1 -1
  105. spire/pdf/texts/__init__.py +0 -0
  106. spire/pdf/utilities/__init__.py +0 -0
  107. spire/pdf/{PdfCheckBoxWidgetFieldWidget.py → widget/PdfCheckBoxWidgetFieldWidget.py} +4 -4
  108. spire/pdf/{PdfComboBoxWidgetFieldWidget.py → widget/PdfComboBoxWidgetFieldWidget.py} +6 -6
  109. spire/pdf/{PdfFieldWidget.py → widget/PdfFieldWidget.py} +11 -11
  110. spire/pdf/{PdfFormFieldWidgetCollection.py → widget/PdfFormFieldWidgetCollection.py} +2 -2
  111. spire/pdf/{PdfListBoxWidgetFieldWidget.py → widget/PdfListBoxWidgetFieldWidget.py} +2 -2
  112. spire/pdf/{PdfListWidgetItemCollection.py → widget/PdfListWidgetItemCollection.py} +15 -8
  113. spire/pdf/{PdfSignatureFieldWidget.py → widget/PdfSignatureFieldWidget.py} +1 -1
  114. spire/pdf/{XfaChoiceListField.py → widget/XfaChoiceListField.py} +4 -4
  115. spire/pdf/{XfaDateTimeField.py → widget/XfaDateTimeField.py} +3 -3
  116. spire/pdf/widget/__init__.py +0 -0
  117. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/METADATA +1 -1
  118. spire_pdf-11.9.0.dist-info/RECORD +605 -0
  119. spire/pdf/HtmlToPdfLayoutParams.py +0 -93
  120. spire/pdf/HtmlToPdfResult.py +0 -36
  121. spire/pdf/PdfHTMLTextElement.py +0 -142
  122. spire/pdf/PdfHtmlLayoutFormat.py +0 -148
  123. spire/pdf/PdfToHtmlParameter.py +0 -48
  124. spire_pdf-11.6.1.dist-info/RECORD +0 -566
  125. /spire/pdf/{PdfAction.py → actions/PdfAction.py} +0 -0
  126. /spire/pdf/{PdfActionCollection.py → actions/PdfActionCollection.py} +0 -0
  127. /spire/pdf/{PdfActionDestination.py → actions/PdfActionDestination.py} +0 -0
  128. /spire/pdf/{PdfAnnotationActions.py → actions/PdfAnnotationActions.py} +0 -0
  129. /spire/pdf/{PdfDocumentActions.py → actions/PdfDocumentActions.py} +0 -0
  130. /spire/pdf/{PdfEmbeddedGoToAction.py → actions/PdfEmbeddedGoToAction.py} +0 -0
  131. /spire/pdf/{PdfFieldActions.py → actions/PdfFieldActions.py} +0 -0
  132. /spire/pdf/{PdfFilePathType.py → actions/PdfFilePathType.py} +0 -0
  133. /spire/pdf/{PdfFormAction.py → actions/PdfFormAction.py} +0 -0
  134. /spire/pdf/{PdfGoToAction.py → actions/PdfGoToAction.py} +0 -0
  135. /spire/pdf/{PdfJavaScript.py → actions/PdfJavaScript.py} +0 -0
  136. /spire/pdf/{PdfJavaScriptAction.py → actions/PdfJavaScriptAction.py} +0 -0
  137. /spire/pdf/{PdfLaunchAction.py → actions/PdfLaunchAction.py} +0 -0
  138. /spire/pdf/{PdfNamedAction.py → actions/PdfNamedAction.py} +0 -0
  139. /spire/pdf/{PdfResetAction.py → actions/PdfResetAction.py} +0 -0
  140. /spire/pdf/{PdfSoundAction.py → actions/PdfSoundAction.py} +0 -0
  141. /spire/pdf/{PdfSubmitAction.py → actions/PdfSubmitAction.py} +0 -0
  142. /spire/pdf/{PdfSubmitFormFlags.py → actions/PdfSubmitFormFlags.py} +0 -0
  143. /spire/pdf/{PdfUriAction.py → actions/PdfUriAction.py} +0 -0
  144. /spire/pdf/{AspectRatio.py → additions/html/AspectRatio.py} +0 -0
  145. /spire/pdf/{Clip.py → additions/html/Clip.py} +0 -0
  146. /spire/pdf/{HtmlConverter.py → additions/html/HtmlConverter.py} +0 -0
  147. /spire/pdf/{LoadHtmlType.py → additions/html/LoadHtmlType.py} +0 -0
  148. /spire/pdf/{Pdf3DActivation.py → annotations/Pdf3DActivation.py} +0 -0
  149. /spire/pdf/{Pdf3DAnimation.py → annotations/Pdf3DAnimation.py} +0 -0
  150. /spire/pdf/{Pdf3DAnnotation.py → annotations/Pdf3DAnnotation.py} +0 -0
  151. /spire/pdf/{Pdf3DBackground.py → annotations/Pdf3DBackground.py} +0 -0
  152. /spire/pdf/{Pdf3DCrossSectionCollection.py → annotations/Pdf3DCrossSectionCollection.py} +0 -0
  153. /spire/pdf/{Pdf3DLighting.py → annotations/Pdf3DLighting.py} +0 -0
  154. /spire/pdf/{Pdf3DLightingStyle.py → annotations/Pdf3DLightingStyle.py} +0 -0
  155. /spire/pdf/{Pdf3DNodeCollection.py → annotations/Pdf3DNodeCollection.py} +0 -0
  156. /spire/pdf/{Pdf3DProjection.py → annotations/Pdf3DProjection.py} +0 -0
  157. /spire/pdf/{Pdf3DProjectionClipStyle.py → annotations/Pdf3DProjectionClipStyle.py} +0 -0
  158. /spire/pdf/{Pdf3DProjectionOrthoScaleMode.py → annotations/Pdf3DProjectionOrthoScaleMode.py} +0 -0
  159. /spire/pdf/{Pdf3DProjectionType.py → annotations/Pdf3DProjectionType.py} +0 -0
  160. /spire/pdf/{Pdf3DRenderStyle.py → annotations/Pdf3DRenderStyle.py} +0 -0
  161. /spire/pdf/{Pdf3DRendermode.py → annotations/Pdf3DRendermode.py} +0 -0
  162. /spire/pdf/{Pdf3DViewCollection.py → annotations/Pdf3DViewCollection.py} +0 -0
  163. /spire/pdf/{PdfActionAnnotation.py → annotations/PdfActionAnnotation.py} +0 -0
  164. /spire/pdf/{PdfActionLinkAnnotation.py → annotations/PdfActionLinkAnnotation.py} +0 -0
  165. /spire/pdf/{PdfAnnotation.py → annotations/PdfAnnotation.py} +0 -0
  166. /spire/pdf/{PdfAnnotationBorder.py → annotations/PdfAnnotationBorder.py} +0 -0
  167. /spire/pdf/{PdfAnnotationException.py → annotations/PdfAnnotationException.py} +0 -0
  168. /spire/pdf/{PdfAnnotationFlags.py → annotations/PdfAnnotationFlags.py} +0 -0
  169. /spire/pdf/{PdfAnnotationIntent.py → annotations/PdfAnnotationIntent.py} +0 -0
  170. /spire/pdf/{PdfAnnotationWidget.py → annotations/PdfAnnotationWidget.py} +0 -0
  171. /spire/pdf/{PdfAnnotationWidgetTypes.py → annotations/PdfAnnotationWidgetTypes.py} +0 -0
  172. /spire/pdf/{PdfAttachmentAnnotation.py → annotations/PdfAttachmentAnnotation.py} +0 -0
  173. /spire/pdf/{PdfAttachmentAnnotationWidget.py → annotations/PdfAttachmentAnnotationWidget.py} +0 -0
  174. /spire/pdf/{PdfAttachmentIcon.py → annotations/PdfAttachmentIcon.py} +0 -0
  175. /spire/pdf/{PdfBorderEffect.py → annotations/PdfBorderEffect.py} +0 -0
  176. /spire/pdf/{PdfCaretAnnotationWidget.py → annotations/PdfCaretAnnotationWidget.py} +0 -0
  177. /spire/pdf/{PdfDocumentLinkAnnotation.py → annotations/PdfDocumentLinkAnnotation.py} +0 -0
  178. /spire/pdf/{PdfDocumentLinkAnnotationWidget.py → annotations/PdfDocumentLinkAnnotationWidget.py} +0 -0
  179. /spire/pdf/{PdfFileAnnotation.py → annotations/PdfFileAnnotation.py} +0 -0
  180. /spire/pdf/{PdfFileLinkAnnotation.py → annotations/PdfFileLinkAnnotation.py} +0 -0
  181. /spire/pdf/{PdfFileLinkAnnotationWidget.py → annotations/PdfFileLinkAnnotationWidget.py} +0 -0
  182. /spire/pdf/{PdfFreeTextAnnotation.py → annotations/PdfFreeTextAnnotation.py} +0 -0
  183. /spire/pdf/{PdfFreeTextAnnotationWidget.py → annotations/PdfFreeTextAnnotationWidget.py} +0 -0
  184. /spire/pdf/{PdfInkAnnotation.py → annotations/PdfInkAnnotation.py} +0 -0
  185. /spire/pdf/{PdfInkAnnotationWidget.py → annotations/PdfInkAnnotationWidget.py} +0 -0
  186. /spire/pdf/{PdfLineAnnotation.py → annotations/PdfLineAnnotation.py} +0 -0
  187. /spire/pdf/{PdfLineAnnotationWidget.py → annotations/PdfLineAnnotationWidget.py} +0 -0
  188. /spire/pdf/{PdfLineBorderStyle.py → annotations/PdfLineBorderStyle.py} +0 -0
  189. /spire/pdf/{PdfLineCaptionType.py → annotations/PdfLineCaptionType.py} +0 -0
  190. /spire/pdf/{PdfLineEndingStyle.py → annotations/PdfLineEndingStyle.py} +0 -0
  191. /spire/pdf/{PdfLineIntent.py → annotations/PdfLineIntent.py} +0 -0
  192. /spire/pdf/{PdfLinkAnnotation.py → annotations/PdfLinkAnnotation.py} +0 -0
  193. /spire/pdf/{PdfMarkUpAnnotationWidget.py → annotations/PdfMarkUpAnnotationWidget.py} +0 -0
  194. /spire/pdf/{PdfPolyLineAnnotation.py → annotations/PdfPolyLineAnnotation.py} +0 -0
  195. /spire/pdf/{PdfPolyLineAnnotationWidget.py → annotations/PdfPolyLineAnnotationWidget.py} +0 -0
  196. /spire/pdf/{PdfPolygonAndPolyLineAnnotationWidget.py → annotations/PdfPolygonAndPolyLineAnnotationWidget.py} +0 -0
  197. /spire/pdf/{PdfPolygonAnnotation.py → annotations/PdfPolygonAnnotation.py} +0 -0
  198. /spire/pdf/{PdfPolygonAnnotationWidget.py → annotations/PdfPolygonAnnotationWidget.py} +0 -0
  199. /spire/pdf/{PdfPopupAnnotation.py → annotations/PdfPopupAnnotation.py} +0 -0
  200. /spire/pdf/{PdfPopupAnnotationWidget.py → annotations/PdfPopupAnnotationWidget.py} +0 -0
  201. /spire/pdf/{PdfPopupIcon.py → annotations/PdfPopupIcon.py} +0 -0
  202. /spire/pdf/{PdfRubberStampAnnotationIcon.py → annotations/PdfRubberStampAnnotationIcon.py} +0 -0
  203. /spire/pdf/{PdfRubberStampAnnotationWidget.py → annotations/PdfRubberStampAnnotationWidget.py} +0 -0
  204. /spire/pdf/{PdfSoundAnnotation.py → annotations/PdfSoundAnnotation.py} +0 -0
  205. /spire/pdf/{PdfSoundAnnotationWidget.py → annotations/PdfSoundAnnotationWidget.py} +0 -0
  206. /spire/pdf/{PdfSoundIcon.py → annotations/PdfSoundIcon.py} +0 -0
  207. /spire/pdf/{PdfSquareAnnotationWidget.py → annotations/PdfSquareAnnotationWidget.py} +0 -0
  208. /spire/pdf/{PdfStyledAnnotationWidget.py → annotations/PdfStyledAnnotationWidget.py} +0 -0
  209. /spire/pdf/{PdfTextAnnotationIcon.py → annotations/PdfTextAnnotationIcon.py} +0 -0
  210. /spire/pdf/{PdfTextAnnotationWidget.py → annotations/PdfTextAnnotationWidget.py} +0 -0
  211. /spire/pdf/{PdfTextMarkupAnnotationType.py → annotations/PdfTextMarkupAnnotationType.py} +0 -0
  212. /spire/pdf/{PdfTextMarkupAnnotationWidget.py → annotations/PdfTextMarkupAnnotationWidget.py} +0 -0
  213. /spire/pdf/{PdfTextWebLinkAnnotationWidget.py → annotations/PdfTextWebLinkAnnotationWidget.py} +0 -0
  214. /spire/pdf/{PdfUriAnnotation.py → annotations/PdfUriAnnotation.py} +0 -0
  215. /spire/pdf/{PdfUriAnnotationWidget.py → annotations/PdfUriAnnotationWidget.py} +0 -0
  216. /spire/pdf/{PdfWatermarkAnnotationWidget.py → annotations/PdfWatermarkAnnotationWidget.py} +0 -0
  217. /spire/pdf/{PdfWebLinkAnnotationWidget.py → annotations/PdfWebLinkAnnotationWidget.py} +0 -0
  218. /spire/pdf/{PdfAppearance.py → annotations/appearance/PdfAppearance.py} +0 -0
  219. /spire/pdf/{PdfAttachment.py → attachments/PdfAttachment.py} +0 -0
  220. /spire/pdf/{PdfAutomaticField.py → automaticfields/PdfAutomaticField.py} +0 -0
  221. /spire/pdf/{PdfCompositeField.py → automaticfields/PdfCompositeField.py} +0 -0
  222. /spire/pdf/{PdfDateTimeField.py → automaticfields/PdfDateTimeField.py} +0 -0
  223. /spire/pdf/{PdfDestinationPageNumberField.py → automaticfields/PdfDestinationPageNumberField.py} +0 -0
  224. /spire/pdf/{PdfDocumentAuthorField.py → automaticfields/PdfDocumentAuthorField.py} +0 -0
  225. /spire/pdf/{PdfDynamicField.py → automaticfields/PdfDynamicField.py} +0 -0
  226. /spire/pdf/{PdfMultipleNumberValueField.py → automaticfields/PdfMultipleNumberValueField.py} +0 -0
  227. /spire/pdf/{PdfMultipleValueField.py → automaticfields/PdfMultipleValueField.py} +0 -0
  228. /spire/pdf/{PdfPageCountField.py → automaticfields/PdfPageCountField.py} +0 -0
  229. /spire/pdf/{PdfPageNumberField.py → automaticfields/PdfPageNumberField.py} +0 -0
  230. /spire/pdf/{PdfSectionNumberField.py → automaticfields/PdfSectionNumberField.py} +0 -0
  231. /spire/pdf/{PdfSingleValueField.py → automaticfields/PdfSingleValueField.py} +0 -0
  232. /spire/pdf/{PdfStaticField.py → automaticfields/PdfStaticField.py} +0 -0
  233. /spire/pdf/{PdfBarcode.py → barcode/PdfBarcode.py} +0 -0
  234. /spire/pdf/{PdfBarcodeException.py → barcode/PdfBarcodeException.py} +0 -0
  235. /spire/pdf/{PdfBarcodeQuietZones.py → barcode/PdfBarcodeQuietZones.py} +0 -0
  236. /spire/pdf/{PdfBarcodeTextAlignment.py → barcode/PdfBarcodeTextAlignment.py} +0 -0
  237. /spire/pdf/{PdfCodabarBarcode.py → barcode/PdfCodabarBarcode.py} +0 -0
  238. /spire/pdf/{PdfCode11Barcode.py → barcode/PdfCode11Barcode.py} +0 -0
  239. /spire/pdf/{PdfCode128ABarcode.py → barcode/PdfCode128ABarcode.py} +0 -0
  240. /spire/pdf/{PdfCode128BBarcode.py → barcode/PdfCode128BBarcode.py} +0 -0
  241. /spire/pdf/{PdfCode128CBarcode.py → barcode/PdfCode128CBarcode.py} +0 -0
  242. /spire/pdf/{PdfCode32Barcode.py → barcode/PdfCode32Barcode.py} +0 -0
  243. /spire/pdf/{PdfCode39Barcode.py → barcode/PdfCode39Barcode.py} +0 -0
  244. /spire/pdf/{PdfCode39ExtendedBarcode.py → barcode/PdfCode39ExtendedBarcode.py} +0 -0
  245. /spire/pdf/{PdfCode93Barcode.py → barcode/PdfCode93Barcode.py} +0 -0
  246. /spire/pdf/{PdfCode93ExtendedBarcode.py → barcode/PdfCode93ExtendedBarcode.py} +0 -0
  247. /spire/pdf/{PdfUnidimensionalBarcode.py → barcode/PdfUnidimensionalBarcode.py} +0 -0
  248. /spire/pdf/{TextLocation.py → barcode/TextLocation.py} +0 -0
  249. /spire/pdf/{PdfBookmarkWidget.py → bookmarks/PdfBookmarkWidget.py} +0 -0
  250. /spire/pdf/{PdfTextStyle.py → bookmarks/PdfTextStyle.py} +0 -0
  251. /spire/pdf/{PdfCalGrayColor.py → colorspace/PdfCalGrayColor.py} +0 -0
  252. /spire/pdf/{PdfCalGrayColorSpace.py → colorspace/PdfCalGrayColorSpace.py} +0 -0
  253. /spire/pdf/{PdfCalRGBColor.py → colorspace/PdfCalRGBColor.py} +0 -0
  254. /spire/pdf/{PdfCalRGBColorSpace.py → colorspace/PdfCalRGBColorSpace.py} +0 -0
  255. /spire/pdf/{PdfColorSpace.py → colorspace/PdfColorSpace.py} +0 -0
  256. /spire/pdf/{PdfColorSpaces.py → colorspace/PdfColorSpaces.py} +0 -0
  257. /spire/pdf/{PdfComplexColor.py → colorspace/PdfComplexColor.py} +0 -0
  258. /spire/pdf/{PdfDeviceColorSpace.py → colorspace/PdfDeviceColorSpace.py} +0 -0
  259. /spire/pdf/{PdfICCColor.py → colorspace/PdfICCColor.py} +0 -0
  260. /spire/pdf/{PdfKnownColor.py → colorspace/PdfKnownColor.py} +0 -0
  261. /spire/pdf/{PdfKnownColorSpace.py → colorspace/PdfKnownColorSpace.py} +0 -0
  262. /spire/pdf/{PdfLabColor.py → colorspace/PdfLabColor.py} +0 -0
  263. /spire/pdf/{PdfLabColorSpace.py → colorspace/PdfLabColorSpace.py} +0 -0
  264. /spire/pdf/{PdfSeparationColor.py → colorspace/PdfSeparationColor.py} +0 -0
  265. /spire/pdf/{PdfSeparationColorSpace.py → colorspace/PdfSeparationColorSpace.py} +0 -0
  266. /spire/pdf/{PdfCompareOptions.py → comparison/PdfCompareOptions.py} +0 -0
  267. /spire/pdf/{PdfComparer.py → comparison/PdfComparer.py} +0 -0
  268. /spire/pdf/{DocxOptions.py → conversion/DocxOptions.py} +0 -0
  269. /spire/pdf/{PdfGrayConverter.py → conversion/PdfGrayConverter.py} +0 -0
  270. /spire/pdf/{PdfStandardsConverter.py → conversion/PdfStandardsConverter.py} +0 -0
  271. /spire/pdf/{PdfToDocConverter.py → conversion/PdfToDocConverter.py} +0 -0
  272. /spire/pdf/{PdfToLinearizedPdfConverter.py → conversion/PdfToLinearizedPdfConverter.py} +0 -0
  273. /spire/pdf/{PdfToWordConverter.py → conversion/PdfToWordConverter.py} +0 -0
  274. /spire/pdf/{XlsxLineLayoutOptions.py → conversion/XlsxLineLayoutOptions.py} +0 -0
  275. /spire/pdf/{XlsxOptions.py → conversion/XlsxOptions.py} +0 -0
  276. /spire/pdf/{XlsxTextLayoutOptions.py → conversion/XlsxTextLayoutOptions.py} +0 -0
  277. /spire/pdf/{ImageQuality.py → conversion/compression/ImageQuality.py} +0 -0
  278. /spire/pdf/{OptimizationOptions.py → conversion/compression/OptimizationOptions.py} +0 -0
  279. /spire/pdf/{PdfCompressor.py → conversion/compression/PdfCompressor.py} +0 -0
  280. /spire/pdf/{CompressionLevel.py → document/CompressionLevel.py} +0 -0
  281. /spire/pdf/{CustomFieldType.py → document/CustomFieldType.py} +0 -0
  282. /spire/pdf/{HttpReadType.py → document/HttpReadType.py} +0 -0
  283. /spire/pdf/{ImageFormatType.py → document/ImageFormatType.py} +0 -0
  284. /spire/pdf/{FileRelatedFieldType.py → document/collections/FileRelatedFieldType.py} +0 -0
  285. /spire/pdf/{PdfDocumentPageCollection.py → document/collections/PdfDocumentPageCollection.py} +0 -0
  286. /spire/pdf/{PdfConformanceException.py → exceptions/PdfConformanceException.py} +0 -0
  287. /spire/pdf/{PdfDocumentException.py → exceptions/PdfDocumentException.py} +0 -0
  288. /spire/pdf/{PdfException.py → exceptions/PdfException.py} +0 -0
  289. /spire/pdf/{HttpMethod.py → fileds/HttpMethod.py} +0 -0
  290. /spire/pdf/{IPdfComboBoxField.py → fileds/IPdfComboBoxField.py} +0 -0
  291. /spire/pdf/{PdfAppearanceField.py → fileds/PdfAppearanceField.py} +0 -0
  292. /spire/pdf/{PdfBorderStyle.py → fileds/PdfBorderStyle.py} +0 -0
  293. /spire/pdf/{PdfButtonField.py → fileds/PdfButtonField.py} +0 -0
  294. /spire/pdf/{PdfButtonIconLayout.py → fileds/PdfButtonIconLayout.py} +0 -0
  295. /spire/pdf/{PdfButtonIconScaleMode.py → fileds/PdfButtonIconScaleMode.py} +0 -0
  296. /spire/pdf/{PdfButtonIconScaleReason.py → fileds/PdfButtonIconScaleReason.py} +0 -0
  297. /spire/pdf/{PdfButtonLayoutMode.py → fileds/PdfButtonLayoutMode.py} +0 -0
  298. /spire/pdf/{PdfCheckBoxField.py → fileds/PdfCheckBoxField.py} +0 -0
  299. /spire/pdf/{PdfCheckBoxStyle.py → fileds/PdfCheckBoxStyle.py} +0 -0
  300. /spire/pdf/{PdfCheckFieldBase.py → fileds/PdfCheckFieldBase.py} +0 -0
  301. /spire/pdf/{PdfComboBoxField.py → fileds/PdfComboBoxField.py} +0 -0
  302. /spire/pdf/{PdfField.py → fileds/PdfField.py} +0 -0
  303. /spire/pdf/{PdfFormFieldCollection.py → fileds/PdfFormFieldCollection.py} +0 -0
  304. /spire/pdf/{PdfHighlightMode.py → fileds/PdfHighlightMode.py} +0 -0
  305. /spire/pdf/{PdfListBoxField.py → fileds/PdfListBoxField.py} +0 -0
  306. /spire/pdf/{PdfListField.py → fileds/PdfListField.py} +0 -0
  307. /spire/pdf/{PdfListFieldItem.py → fileds/PdfListFieldItem.py} +0 -0
  308. /spire/pdf/{PdfListFieldItemCollection.py → fileds/PdfListFieldItemCollection.py} +0 -0
  309. /spire/pdf/{PdfRadioButtonItemCollection.py → fileds/PdfRadioButtonItemCollection.py} +0 -0
  310. /spire/pdf/{PdfRadioButtonListField.py → fileds/PdfRadioButtonListField.py} +0 -0
  311. /spire/pdf/{PdfRadioButtonListFieldWidget.py → fileds/PdfRadioButtonListFieldWidget.py} +0 -0
  312. /spire/pdf/{PdfSignatureAppearanceField.py → fileds/PdfSignatureAppearanceField.py} +0 -0
  313. /spire/pdf/{PdfSignatureField.py → fileds/PdfSignatureField.py} +0 -0
  314. /spire/pdf/{PdfSignatureStyledField.py → fileds/PdfSignatureStyledField.py} +0 -0
  315. /spire/pdf/{PdfStyledField.py → fileds/PdfStyledField.py} +0 -0
  316. /spire/pdf/{PdfTextBoxField.py → fileds/PdfTextBoxField.py} +0 -0
  317. /spire/pdf/{SubmitDataFormat.py → fileds/SubmitDataFormat.py} +0 -0
  318. /spire/pdf/{PdfAttachmentRelationship.py → general/PdfAttachmentRelationship.py} +0 -0
  319. /spire/pdf/{PdfDestination.py → general/PdfDestination.py} +0 -0
  320. /spire/pdf/{PdfDestinationMode.py → general/PdfDestinationMode.py} +0 -0
  321. /spire/pdf/{PdfEmbeddedFileSpecification.py → general/PdfEmbeddedFileSpecification.py} +0 -0
  322. /spire/pdf/{PdfFileSpecificationBase.py → general/PdfFileSpecificationBase.py} +0 -0
  323. /spire/pdf/{PdfSound.py → general/PdfSound.py} +0 -0
  324. /spire/pdf/{PdfSoundChannels.py → general/PdfSoundChannels.py} +0 -0
  325. /spire/pdf/{PdfSoundEncoding.py → general/PdfSoundEncoding.py} +0 -0
  326. /spire/pdf/{ImageType.py → graphics/ImageType.py} +0 -0
  327. /spire/pdf/{ImgData.py → graphics/ImgData.py} +0 -0
  328. /spire/pdf/{LayerExportState.py → graphics/LayerExportState.py} +0 -0
  329. /spire/pdf/{LayerPrintState.py → graphics/LayerPrintState.py} +0 -0
  330. /spire/pdf/{LayerViewState.py → graphics/LayerViewState.py} +0 -0
  331. /spire/pdf/{LineInfo.py → graphics/LineInfo.py} +0 -0
  332. /spire/pdf/{LineType.py → graphics/LineType.py} +0 -0
  333. /spire/pdf/{PdfBlend.py → graphics/PdfBlend.py} +0 -0
  334. /spire/pdf/{PdfBlendBase.py → graphics/PdfBlendBase.py} +0 -0
  335. /spire/pdf/{PdfBlendMode.py → graphics/PdfBlendMode.py} +0 -0
  336. /spire/pdf/{PdfBrush.py → graphics/PdfBrush.py} +0 -0
  337. /spire/pdf/{PdfBrushes.py → graphics/PdfBrushes.py} +0 -0
  338. /spire/pdf/{PdfCjkFontFamily.py → graphics/PdfCjkFontFamily.py} +0 -0
  339. /spire/pdf/{PdfCjkStandardFont.py → graphics/PdfCjkStandardFont.py} +0 -0
  340. /spire/pdf/{PdfColorBlend.py → graphics/PdfColorBlend.py} +0 -0
  341. /spire/pdf/{PdfColorMask.py → graphics/PdfColorMask.py} +0 -0
  342. /spire/pdf/{PdfDashStyle.py → graphics/PdfDashStyle.py} +0 -0
  343. /spire/pdf/{PdfDrawWidget.py → graphics/PdfDrawWidget.py} +0 -0
  344. /spire/pdf/{PdfExtend.py → graphics/PdfExtend.py} +0 -0
  345. /spire/pdf/{PdfFillElement.py → graphics/PdfFillElement.py} +0 -0
  346. /spire/pdf/{PdfFillMode.py → graphics/PdfFillMode.py} +0 -0
  347. /spire/pdf/{PdfFont.py → graphics/PdfFont.py} +0 -0
  348. /spire/pdf/{PdfFontBase.py → graphics/PdfFontBase.py} +0 -0
  349. /spire/pdf/{PdfFontFamily.py → graphics/PdfFontFamily.py} +0 -0
  350. /spire/pdf/{PdfFontStyle.py → graphics/PdfFontStyle.py} +0 -0
  351. /spire/pdf/{PdfFontType.py → graphics/PdfFontType.py} +0 -0
  352. /spire/pdf/{PdfGradientBrush.py → graphics/PdfGradientBrush.py} +0 -0
  353. /spire/pdf/{PdfGraphicsState.py → graphics/PdfGraphicsState.py} +0 -0
  354. /spire/pdf/{PdfGraphicsUnit.py → graphics/PdfGraphicsUnit.py} +0 -0
  355. /spire/pdf/{PdfGraphicsWidget.py → graphics/PdfGraphicsWidget.py} +0 -0
  356. /spire/pdf/{PdfImage.py → graphics/PdfImage.py} +0 -0
  357. /spire/pdf/{PdfImageType.py → graphics/PdfImageType.py} +0 -0
  358. /spire/pdf/{PdfLayoutBreakType.py → graphics/PdfLayoutBreakType.py} +0 -0
  359. /spire/pdf/{PdfLayoutHTMLResult.py → graphics/PdfLayoutHTMLResult.py} +0 -0
  360. /spire/pdf/{PdfLayoutParams.py → graphics/PdfLayoutParams.py} +0 -0
  361. /spire/pdf/{PdfLayoutResult.py → graphics/PdfLayoutResult.py} +0 -0
  362. /spire/pdf/{PdfLayoutType.py → graphics/PdfLayoutType.py} +0 -0
  363. /spire/pdf/{PdfLayoutWidget.py → graphics/PdfLayoutWidget.py} +0 -0
  364. /spire/pdf/{PdfLineCap.py → graphics/PdfLineCap.py} +0 -0
  365. /spire/pdf/{PdfLineJoin.py → graphics/PdfLineJoin.py} +0 -0
  366. /spire/pdf/{PdfLinearGradientBrush.py → graphics/PdfLinearGradientBrush.py} +0 -0
  367. /spire/pdf/{PdfLinearGradientMode.py → graphics/PdfLinearGradientMode.py} +0 -0
  368. /spire/pdf/{PdfMask.py → graphics/PdfMask.py} +0 -0
  369. /spire/pdf/{PdfMatrix.py → graphics/PdfMatrix.py} +0 -0
  370. /spire/pdf/{PdfMatrixOrder.py → graphics/PdfMatrixOrder.py} +0 -0
  371. /spire/pdf/{PdfMetafile.py → graphics/PdfMetafile.py} +0 -0
  372. /spire/pdf/{PdfMetafileLayoutFormat.py → graphics/PdfMetafileLayoutFormat.py} +0 -0
  373. /spire/pdf/{PdfPath.py → graphics/PdfPath.py} +0 -0
  374. /spire/pdf/{PdfPen.py → graphics/PdfPen.py} +0 -0
  375. /spire/pdf/{PdfPens.py → graphics/PdfPens.py} +0 -0
  376. /spire/pdf/{PdfRGBColor.py → graphics/PdfRGBColor.py} +0 -0
  377. /spire/pdf/{PdfRadialGradientBrush.py → graphics/PdfRadialGradientBrush.py} +0 -0
  378. /spire/pdf/{PdfShapeWidget.py → graphics/PdfShapeWidget.py} +0 -0
  379. /spire/pdf/{PdfSolidBrush.py → graphics/PdfSolidBrush.py} +0 -0
  380. /spire/pdf/{PdfStringLayoutResult.py → graphics/PdfStringLayoutResult.py} +0 -0
  381. /spire/pdf/{PdfStringLayouter.py → graphics/PdfStringLayouter.py} +0 -0
  382. /spire/pdf/{PdfSubSuperScript.py → graphics/PdfSubSuperScript.py} +0 -0
  383. /spire/pdf/{PdfTextAlignment.py → graphics/PdfTextAlignment.py} +0 -0
  384. /spire/pdf/{PdfTextLayout.py → graphics/PdfTextLayout.py} +0 -0
  385. /spire/pdf/{PdfTextLayoutResult.py → graphics/PdfTextLayoutResult.py} +0 -0
  386. /spire/pdf/{PdfTextWidget.py → graphics/PdfTextWidget.py} +0 -0
  387. /spire/pdf/{PdfTilingBrush.py → graphics/PdfTilingBrush.py} +0 -0
  388. /spire/pdf/{PdfTrueTypeFont.py → graphics/PdfTrueTypeFont.py} +0 -0
  389. /spire/pdf/{PdfUnitConvertor.py → graphics/PdfUnitConvertor.py} +0 -0
  390. /spire/pdf/{PdfVerticalAlignment.py → graphics/PdfVerticalAlignment.py} +0 -0
  391. /spire/pdf/{PdfWordWrapType.py → graphics/PdfWordWrapType.py} +0 -0
  392. /spire/pdf/{PdfUsedFont.py → graphics/fonts/PdfUsedFont.py} +0 -0
  393. /spire/pdf/{PdfLayerCollection.py → graphics/layer/PdfLayerCollection.py} +0 -0
  394. /spire/pdf/{PdfLayerOutline.py → graphics/layer/PdfLayerOutline.py} +0 -0
  395. /spire/pdf/{PdfVisibility.py → graphics/layer/PdfVisibility.py} +0 -0
  396. /spire/pdf/{PdfGridCellCollection.py → grid/PdfGridCellCollection.py} +0 -0
  397. /spire/pdf/{PdfGridCellContent.py → grid/PdfGridCellContent.py} +0 -0
  398. /spire/pdf/{PdfGridCellContentList.py → grid/PdfGridCellContentList.py} +0 -0
  399. /spire/pdf/{PdfGridCellStyle.py → grid/PdfGridCellStyle.py} +0 -0
  400. /spire/pdf/{PdfGridColumnCollection.py → grid/PdfGridColumnCollection.py} +0 -0
  401. /spire/pdf/{PdfGridHeaderCollection.py → grid/PdfGridHeaderCollection.py} +0 -0
  402. /spire/pdf/{PdfGridLayoutFormat.py → grid/PdfGridLayoutFormat.py} +0 -0
  403. /spire/pdf/{PdfGridLayoutResult.py → grid/PdfGridLayoutResult.py} +0 -0
  404. /spire/pdf/{PdfGridRowStyle.py → grid/PdfGridRowStyle.py} +0 -0
  405. /spire/pdf/{PdfGridStyle.py → grid/PdfGridStyle.py} +0 -0
  406. /spire/pdf/{PdfGridStyleBase.py → grid/PdfGridStyleBase.py} +0 -0
  407. /spire/pdf/{PdfHorizontalOverflowType.py → grid/PdfHorizontalOverflowType.py} +0 -0
  408. /spire/pdf/{PDF3DAnimationType.py → interactive/PDF3DAnimationType.py} +0 -0
  409. /spire/pdf/{Pdf3DActivationMode.py → interactive/Pdf3DActivationMode.py} +0 -0
  410. /spire/pdf/{Pdf3DActivationState.py → interactive/Pdf3DActivationState.py} +0 -0
  411. /spire/pdf/{Pdf3DDeactivationMode.py → interactive/Pdf3DDeactivationMode.py} +0 -0
  412. /spire/pdf/{Pdf3DDeactivationState.py → interactive/Pdf3DDeactivationState.py} +0 -0
  413. /spire/pdf/{PdfHorizontalAlignment.py → interactive/annotations/PdfHorizontalAlignment.py} +0 -0
  414. /spire/pdf/{GraphicMode.py → interactive/digitalSignatures/GraphicMode.py} +0 -0
  415. /spire/pdf/{IOCSPService.py → interactive/digitalSignatures/IOCSPService.py} +0 -0
  416. /spire/pdf/{ITSAService.py → interactive/digitalSignatures/ITSAService.py} +0 -0
  417. /spire/pdf/{OCSPHttpService.py → interactive/digitalSignatures/OCSPHttpService.py} +0 -0
  418. /spire/pdf/{PdfMDPSignatureMaker.py → interactive/digitalSignatures/PdfMDPSignatureMaker.py} +0 -0
  419. /spire/pdf/{PdfOrdinarySignatureMaker.py → interactive/digitalSignatures/PdfOrdinarySignatureMaker.py} +0 -0
  420. /spire/pdf/{PdfPKCS7Formatter.py → interactive/digitalSignatures/PdfPKCS7Formatter.py} +0 -0
  421. /spire/pdf/{PdfSignature.py → interactive/digitalSignatures/PdfSignature.py} +0 -0
  422. /spire/pdf/{PdfSignatureMaker.py → interactive/digitalSignatures/PdfSignatureMaker.py} +0 -0
  423. /spire/pdf/{PdfSignatureProperties.py → interactive/digitalSignatures/PdfSignatureProperties.py} +0 -0
  424. /spire/pdf/{SignImageLayout.py → interactive/digitalSignatures/SignImageLayout.py} +0 -0
  425. /spire/pdf/{TSAHttpService.py → interactive/digitalSignatures/TSAHttpService.py} +0 -0
  426. /spire/pdf/{ArtifactPropertyList.py → interchange/taggedpdf/ArtifactPropertyList.py} +0 -0
  427. /spire/pdf/{IStructureNode.py → interchange/taggedpdf/IStructureNode.py} +0 -0
  428. /spire/pdf/{PdfAttributeOwner.py → interchange/taggedpdf/PdfAttributeOwner.py} +0 -0
  429. /spire/pdf/{PdfStandardStructTypes.py → interchange/taggedpdf/PdfStandardStructTypes.py} +0 -0
  430. /spire/pdf/{PdfStructContentItem.py → interchange/taggedpdf/PdfStructContentItem.py} +0 -0
  431. /spire/pdf/{PdfStructureAttributes.py → interchange/taggedpdf/PdfStructureAttributes.py} +0 -0
  432. /spire/pdf/{PdfStructureTreeRoot.py → interchange/taggedpdf/PdfStructureTreeRoot.py} +0 -0
  433. /spire/pdf/{PdfTaggedContent.py → interchange/taggedpdf/PdfTaggedContent.py} +0 -0
  434. /spire/pdf/{PdfListBase.py → lists/PdfListBase.py} +0 -0
  435. /spire/pdf/{PdfListItem.py → lists/PdfListItem.py} +0 -0
  436. /spire/pdf/{PdfListMarkerAlignment.py → lists/PdfListMarkerAlignment.py} +0 -0
  437. /spire/pdf/{PdfMarkerBase.py → lists/PdfMarkerBase.py} +0 -0
  438. /spire/pdf/{PdfOrderedMarker.py → lists/PdfOrderedMarker.py} +0 -0
  439. /spire/pdf/{PdfUnorderedMarkerStyle.py → lists/PdfUnorderedMarkerStyle.py} +0 -0
  440. /spire/pdf/{ConfiguerGraphicType.py → security/ConfiguerGraphicType.py} +0 -0
  441. /spire/pdf/{PdfCertificate.py → security/PdfCertificate.py} +0 -0
  442. /spire/pdf/{PdfCertificationFlags.py → security/PdfCertificationFlags.py} +0 -0
  443. /spire/pdf/{PdfEncryptionKeySize.py → security/PdfEncryptionKeySize.py} +0 -0
  444. /spire/pdf/{PdfPermissionsFlags.py → security/PdfPermissionsFlags.py} +0 -0
  445. /spire/pdf/{Security_GraphicMode.py → security/Security_GraphicMode.py} +0 -0
  446. /spire/pdf/{Security_PdfSignature.py → security/Security_PdfSignature.py} +0 -0
  447. /spire/pdf/{Security_SignImageLayout.py → security/Security_SignImageLayout.py} +0 -0
  448. /spire/pdf/{SignInfoType.py → security/SignInfoType.py} +0 -0
  449. /spire/pdf/{SignTextAlignment.py → security/SignTextAlignment.py} +0 -0
  450. /spire/pdf/{SignatureConfiguerText.py → security/SignatureConfiguerText.py} +0 -0
  451. /spire/pdf/{StoreType.py → security/StoreType.py} +0 -0
  452. /spire/pdf/{PdfCellStyle.py → tables/PdfCellStyle.py} +0 -0
  453. /spire/pdf/{PdfColumn.py → tables/PdfColumn.py} +0 -0
  454. /spire/pdf/{PdfHeaderSource.py → tables/PdfHeaderSource.py} +0 -0
  455. /spire/pdf/{PdfRow.py → tables/PdfRow.py} +0 -0
  456. /spire/pdf/{PdfTable.py → tables/PdfTable.py} +0 -0
  457. /spire/pdf/{PdfTableDataSourceType.py → tables/PdfTableDataSourceType.py} +0 -0
  458. /spire/pdf/{PdfTableException.py → tables/PdfTableException.py} +0 -0
  459. /spire/pdf/{PdfTableExtractor.py → tables/PdfTableExtractor.py} +0 -0
  460. /spire/pdf/{PdfTableLayoutFormat.py → tables/PdfTableLayoutFormat.py} +0 -0
  461. /spire/pdf/{PdfTableLayoutResult.py → tables/PdfTableLayoutResult.py} +0 -0
  462. /spire/pdf/{PdfTableStyle.py → tables/PdfTableStyle.py} +0 -0
  463. /spire/pdf/{TableWidthType.py → tables/TableWidthType.py} +0 -0
  464. /spire/pdf/{PdfTextExtractOptions.py → texts/PdfTextExtractOptions.py} +0 -0
  465. /spire/pdf/{PdfTextExtractor.py → texts/PdfTextExtractor.py} +0 -0
  466. /spire/pdf/{PdfTextFind.py → texts/PdfTextFind.py} +0 -0
  467. /spire/pdf/{PdfTextFindCollection.py → texts/PdfTextFindCollection.py} +0 -0
  468. /spire/pdf/{PdfTextFindOptions.py → texts/PdfTextFindOptions.py} +0 -0
  469. /spire/pdf/{PdfTextFinder.py → texts/PdfTextFinder.py} +0 -0
  470. /spire/pdf/{PdfTextReplaceOptions.py → texts/PdfTextReplaceOptions.py} +0 -0
  471. /spire/pdf/{PdfTextReplacer.py → texts/PdfTextReplacer.py} +0 -0
  472. /spire/pdf/{PdfTextState.py → texts/PdfTextState.py} +0 -0
  473. /spire/pdf/{ReplaceActionType.py → texts/ReplaceActionType.py} +0 -0
  474. /spire/pdf/{SimpleTextExtractionStrategy.py → texts/SimpleTextExtractionStrategy.py} +0 -0
  475. /spire/pdf/{TextAlign.py → texts/TextAlign.py} +0 -0
  476. /spire/pdf/{TextFindParameter.py → texts/TextFindParameter.py} +0 -0
  477. /spire/pdf/{BookletOptions.py → utilities/BookletOptions.py} +0 -0
  478. /spire/pdf/{MergerOptions.py → utilities/MergerOptions.py} +0 -0
  479. /spire/pdf/{PdfBookletBindingMode.py → utilities/PdfBookletBindingMode.py} +0 -0
  480. /spire/pdf/{PdfBookletCreator.py → utilities/PdfBookletCreator.py} +0 -0
  481. /spire/pdf/{PdfImageHelper.py → utilities/PdfImageHelper.py} +0 -0
  482. /spire/pdf/{PdfImageMask.py → utilities/PdfImageMask.py} +0 -0
  483. /spire/pdf/{PdfMerger.py → utilities/PdfMerger.py} +0 -0
  484. /spire/pdf/{Utilities_PdfImageInfo.py → utilities/Utilities_PdfImageInfo.py} +0 -0
  485. /spire/pdf/{Utilities_PdfTable.py → utilities/Utilities_PdfTable.py} +0 -0
  486. /spire/pdf/{DataFormat.py → widget/DataFormat.py} +0 -0
  487. /spire/pdf/{IPdfTextBoxField.py → widget/IPdfTextBoxField.py} +0 -0
  488. /spire/pdf/{PdfButtonWidgetFieldWidget.py → widget/PdfButtonWidgetFieldWidget.py} +0 -0
  489. /spire/pdf/{PdfButtonWidgetItemCollection.py → widget/PdfButtonWidgetItemCollection.py} +0 -0
  490. /spire/pdf/{PdfButtonWidgetWidgetItem.py → widget/PdfButtonWidgetWidgetItem.py} +0 -0
  491. /spire/pdf/{PdfCheckBoxWidgetWidgetItem.py → widget/PdfCheckBoxWidgetWidgetItem.py} +0 -0
  492. /spire/pdf/{PdfCheckBoxWidgetWidgetItemCollection.py → widget/PdfCheckBoxWidgetWidgetItemCollection.py} +0 -0
  493. /spire/pdf/{PdfChoiceWidgetFieldWidget.py → widget/PdfChoiceWidgetFieldWidget.py} +0 -0
  494. /spire/pdf/{PdfComboBoxWidgetItemCollection.py → widget/PdfComboBoxWidgetItemCollection.py} +0 -0
  495. /spire/pdf/{PdfComboBoxWidgetWidgetItem.py → widget/PdfComboBoxWidgetWidgetItem.py} +0 -0
  496. /spire/pdf/{PdfFieldWidgetImportError.py → widget/PdfFieldWidgetImportError.py} +0 -0
  497. /spire/pdf/{PdfFieldWidgetItem.py → widget/PdfFieldWidgetItem.py} +0 -0
  498. /spire/pdf/{PdfFormWidget.py → widget/PdfFormWidget.py} +0 -0
  499. /spire/pdf/{PdfListFieldWidgetItem.py → widget/PdfListFieldWidgetItem.py} +0 -0
  500. /spire/pdf/{PdfListWidgetFieldItemCollection.py → widget/PdfListWidgetFieldItemCollection.py} +0 -0
  501. /spire/pdf/{PdfListWidgetItem.py → widget/PdfListWidgetItem.py} +0 -0
  502. /spire/pdf/{PdfPageCollection.py → widget/PdfPageCollection.py} +0 -0
  503. /spire/pdf/{PdfPageWidgetEnumerator.py → widget/PdfPageWidgetEnumerator.py} +0 -0
  504. /spire/pdf/{PdfRadioButtonWidgetItem.py → widget/PdfRadioButtonWidgetItem.py} +0 -0
  505. /spire/pdf/{PdfRadioButtonWidgetWidgetItemCollection.py → widget/PdfRadioButtonWidgetWidgetItemCollection.py} +0 -0
  506. /spire/pdf/{PdfStateFieldWidget.py → widget/PdfStateFieldWidget.py} +0 -0
  507. /spire/pdf/{PdfStateItemCollection.py → widget/PdfStateItemCollection.py} +0 -0
  508. /spire/pdf/{PdfStateWidgetItem.py → widget/PdfStateWidgetItem.py} +0 -0
  509. /spire/pdf/{PdfStateWidgetItemCollection.py → widget/PdfStateWidgetItemCollection.py} +0 -0
  510. /spire/pdf/{PdfStyledFieldWidget.py → widget/PdfStyledFieldWidget.py} +0 -0
  511. /spire/pdf/{PdfTexBoxWidgetItem.py → widget/PdfTexBoxWidgetItem.py} +0 -0
  512. /spire/pdf/{PdfTextBoxFieldWidget.py → widget/PdfTextBoxFieldWidget.py} +0 -0
  513. /spire/pdf/{PdfTextBoxWidgetItemCollection.py → widget/PdfTextBoxWidgetItemCollection.py} +0 -0
  514. /spire/pdf/{XFAForm.py → widget/XFAForm.py} +0 -0
  515. /spire/pdf/{XfaBarcodeField.py → widget/XfaBarcodeField.py} +0 -0
  516. /spire/pdf/{XfaButtonField.py → widget/XfaButtonField.py} +0 -0
  517. /spire/pdf/{XfaCheckButtonField.py → widget/XfaCheckButtonField.py} +0 -0
  518. /spire/pdf/{XfaDoubleField.py → widget/XfaDoubleField.py} +0 -0
  519. /spire/pdf/{XfaField.py → widget/XfaField.py} +0 -0
  520. /spire/pdf/{XfaFloatField.py → widget/XfaFloatField.py} +0 -0
  521. /spire/pdf/{XfaImageField.py → widget/XfaImageField.py} +0 -0
  522. /spire/pdf/{XfaIntField.py → widget/XfaIntField.py} +0 -0
  523. /spire/pdf/{XfaSignatureField.py → widget/XfaSignatureField.py} +0 -0
  524. /spire/pdf/{XfaTextField.py → widget/XfaTextField.py} +0 -0
  525. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/WHEEL +0 -0
  526. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,8 @@ class PdfGotoNameAction(PdfAction):
15
15
  def Destination(self) -> str:
16
16
  """
17
17
  Gets or sets the destination.
18
- :return: The destination.
18
+ Returns:
19
+ The destination.
19
20
  """
20
21
  GetDllLibPdf().PdfGotoNameAction_get_Destination.argtypes = [c_void_p]
21
22
  GetDllLibPdf().PdfGotoNameAction_get_Destination.restype = c_void_p
@@ -26,7 +27,8 @@ class PdfGotoNameAction(PdfAction):
26
27
  def Destination(self, value: str):
27
28
  """
28
29
  Sets the destination.
29
- :param value: The destination to set.
30
+ Args:
31
+ value: The destination to set.
30
32
  """
31
33
  GetDllLibPdf().PdfGotoNameAction_set_Destination.argtypes = [c_void_p, c_wchar_p]
32
34
  CallCFunction(GetDllLibPdf().PdfGotoNameAction_set_Destination,self.Ptr, value)
File without changes
File without changes
@@ -0,0 +1,36 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar, Union, Generic, List, Tuple
4
+ from spire.pdf.common import *
5
+ from spire.pdf import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class HtmlToPdfResult(SpireObject):
10
+ """
11
+ Represents the result of html to pdf conversion.
12
+ """
13
+ pass
14
+ #@property
15
+ #def RenderedImage(self) -> 'Image':
16
+ # """
17
+ # Gets the rendered image.
18
+ # """
19
+ # GetDllLibPdf().HtmlToPdfResult_get_RenderedImage.argtypes = [c_void_p]
20
+ # GetDllLibPdf().HtmlToPdfResult_get_RenderedImage.restype = c_void_p
21
+ # intPtr = CallCFunction(GetDllLibPdf().HtmlToPdfResult_get_RenderedImage,self.Ptr)
22
+ # ret = None if intPtr == None else Image(intPtr)
23
+ # return ret
24
+
25
+ #def Render(self, page: 'PdfPageBase', format: 'PdfTextLayout') -> 'PdfLayoutResult':
26
+ # """
27
+ # Draws the HtmlToPdfResults on to the document.
28
+ # """
29
+ # intPtrpage: c_void_p = page.Ptr
30
+ # intPtrformat: c_void_p = format.Ptr
31
+
32
+ # GetDllLibPdf().HtmlToPdfResult_Render.argtypes = [c_void_p, c_void_p, c_void_p]
33
+ # GetDllLibPdf().HtmlToPdfResult_Render.restype = c_void_p
34
+ # intPtr = CallCFunction(GetDllLibPdf().HtmlToPdfResult_Render,self.Ptr, intPtrpage, intPtrformat)
35
+ # ret = None if intPtr == None else PdfLayoutResult(intPtr)
36
+ # return ret
File without changes
@@ -15,7 +15,7 @@ class LineBorder(SpireObject):
15
15
  def BorderWidth(self) -> int:
16
16
  """
17
17
  Gets or sets the width.
18
- :return: The line border width.
18
+ Returns: The line border width.
19
19
  """
20
20
  GetDllLibPdf().LineBorder_get_BorderWidth.argtypes = [c_void_p]
21
21
  GetDllLibPdf().LineBorder_get_BorderWidth.restype = c_int
@@ -26,7 +26,8 @@ class LineBorder(SpireObject):
26
26
  def BorderWidth(self, value: int):
27
27
  """
28
28
  Sets the width.
29
- :param value: The line border width.
29
+ Args:
30
+ value: The line border width.
30
31
  """
31
32
  GetDllLibPdf().LineBorder_set_BorderWidth.argtypes = [c_void_p, c_int]
32
33
  CallCFunction(GetDllLibPdf().LineBorder_set_BorderWidth,self.Ptr, value)
@@ -35,7 +36,7 @@ class LineBorder(SpireObject):
35
36
  def BorderStyle(self) -> 'PdfBorderStyle':
36
37
  """
37
38
  Gets or sets the border style.
38
- :return: The line border style.
39
+ Returns: The line border style.
39
40
  """
40
41
  GetDllLibPdf().LineBorder_get_BorderStyle.argtypes = [c_void_p]
41
42
  GetDllLibPdf().LineBorder_get_BorderStyle.restype = c_int
@@ -47,7 +48,8 @@ class LineBorder(SpireObject):
47
48
  def BorderStyle(self, value: 'PdfBorderStyle'):
48
49
  """
49
50
  Sets the border style.
50
- :param value: The line border style.
51
+ Args:
52
+ value: The line border style.
51
53
  """
52
54
  GetDllLibPdf().LineBorder_set_BorderStyle.argtypes = [c_void_p, c_int]
53
55
  CallCFunction(GetDllLibPdf().LineBorder_set_BorderStyle,self.Ptr, value.value)
@@ -56,7 +58,7 @@ class LineBorder(SpireObject):
56
58
  def DashArray(self) -> int:
57
59
  """
58
60
  Gets or sets the Line Dash.
59
- :return: The line border dash array.
61
+ Returns: The line border dash array.
60
62
  """
61
63
  GetDllLibPdf().LineBorder_get_DashArray.argtypes = [c_void_p]
62
64
  GetDllLibPdf().LineBorder_get_DashArray.restype = c_int
@@ -67,7 +69,7 @@ class LineBorder(SpireObject):
67
69
  def DashArray(self, value: int):
68
70
  """
69
71
  Sets the Line Dash.
70
- :param value: The line border dash array.
72
+ Args: value: The line border dash array.
71
73
  """
72
74
  GetDllLibPdf().LineBorder_set_DashArray.argtypes = [c_void_p, c_int]
73
75
  CallCFunction(GetDllLibPdf().LineBorder_set_DashArray,self.Ptr, value)
@@ -27,7 +27,7 @@ class Pdf3DCrossSection(SpireObject):
27
27
  def Center(self, value: List[float]):
28
28
  """
29
29
  Sets the center of the cutting plane.
30
- :param value: A three element array specifying the center of rotation on the cutting plane in world space coordinates.
30
+ Args: value: A three element array specifying the center of rotation on the cutting plane in world space coordinates.
31
31
  """
32
32
  vCount = len(value)
33
33
  ArrayType = c_float * vCount
@@ -52,7 +52,7 @@ class Pdf3DCrossSection(SpireObject):
52
52
  def Color(self, value: 'PdfRGBColor'):
53
53
  """
54
54
  Sets the cutting plane color.
55
- :param value: The cutting plane color.
55
+ Args: value: The cutting plane color.
56
56
  """
57
57
  GetDllLibPdf().Pdf3DCrossSection_set_Color.argtypes = [c_void_p, c_void_p]
58
58
  CallCFunction(GetDllLibPdf().Pdf3DCrossSection_set_Color,self.Ptr, value.Ptr)
@@ -72,7 +72,7 @@ class Pdf3DCrossSection(SpireObject):
72
72
  def IntersectionColor(self, value: 'PdfRGBColor'):
73
73
  """
74
74
  Sets the intersection color.
75
- :param value: The intersection color.
75
+ Args: value: The intersection color.
76
76
  """
77
77
  GetDllLibPdf().Pdf3DCrossSection_set_IntersectionColor.argtypes = [c_void_p, c_void_p]
78
78
  CallCFunction(GetDllLibPdf().Pdf3DCrossSection_set_IntersectionColor,self.Ptr, value.Ptr)
@@ -91,7 +91,7 @@ class Pdf3DCrossSection(SpireObject):
91
91
  def IntersectionIsVisible(self, value: bool):
92
92
  """
93
93
  Sets a value indicating whether the intersection of cutting plane with 3D artwork is visible.
94
- :param value: A boolean value indicating whether the intersection is visible.
94
+ Args: value: A boolean value indicating whether the intersection is visible.
95
95
  """
96
96
  GetDllLibPdf().Pdf3DCrossSection_set_IntersectionIsVisible.argtypes = [c_void_p, c_bool]
97
97
  CallCFunction(GetDllLibPdf().Pdf3DCrossSection_set_IntersectionIsVisible,self.Ptr, value)
@@ -111,7 +111,7 @@ class Pdf3DCrossSection(SpireObject):
111
111
  def Opacity(self, value: float):
112
112
  """
113
113
  Sets the cutting plane opacity.
114
- :param value: The opacity value.
114
+ Args: value: The opacity value.
115
115
  """
116
116
  GetDllLibPdf().Pdf3DCrossSection_set_Opacity.argtypes = [c_void_p, c_float]
117
117
  CallCFunction(GetDllLibPdf().Pdf3DCrossSection_set_Opacity,self.Ptr, value)
@@ -133,7 +133,7 @@ class Pdf3DCrossSection(SpireObject):
133
133
  def Orientation(self, value: List['SpireObject']):
134
134
  """
135
135
  Sets the orientation of the cutting plane.
136
- :param value: A three-element array specifying the orientation of the cutting plane in world space.
136
+ Args: value: A three-element array specifying the orientation of the cutting plane in world space.
137
137
  """
138
138
  vCount = len(value)
139
139
  ArrayType = c_void_p * vCount
@@ -15,7 +15,7 @@ class Pdf3DNode(SpireObject):
15
15
  def Visible(self) -> bool:
16
16
  """
17
17
  Gets or sets a value indicating whether the node is visible or not.
18
- :return: True if the node is visible.
18
+ Returns: True if the node is visible.
19
19
  """
20
20
  GetDllLibPdf().Pdf3DNode_get_Visible.argtypes = [c_void_p]
21
21
  GetDllLibPdf().Pdf3DNode_get_Visible.restype = c_bool
@@ -26,7 +26,7 @@ class Pdf3DNode(SpireObject):
26
26
  def Visible(self, value: bool):
27
27
  """
28
28
  Sets the visibility of the node.
29
- :param value: True if the node is visible.
29
+ Args: value: True if the node is visible.
30
30
  """
31
31
  GetDllLibPdf().Pdf3DNode_set_Visible.argtypes = [c_void_p, c_bool]
32
32
  CallCFunction(GetDllLibPdf().Pdf3DNode_set_Visible,self.Ptr, value)
@@ -35,7 +35,7 @@ class Pdf3DNode(SpireObject):
35
35
  def Name(self) -> str:
36
36
  """
37
37
  Gets or sets the node name.
38
- :return: The name of the 3D node.
38
+ Returns: The name of the 3D node.
39
39
  """
40
40
  GetDllLibPdf().Pdf3DNode_get_Name.argtypes = [c_void_p]
41
41
  GetDllLibPdf().Pdf3DNode_get_Name.restype = c_void_p
@@ -46,7 +46,7 @@ class Pdf3DNode(SpireObject):
46
46
  def Name(self, value: str):
47
47
  """
48
48
  Sets the name of the node.
49
- :param value: The name of the 3D node.
49
+ Args: value: The name of the 3D node.
50
50
  """
51
51
  GetDllLibPdf().Pdf3DNode_set_Name.argtypes = [c_void_p, c_wchar_p]
52
52
  CallCFunction(GetDllLibPdf().Pdf3DNode_set_Name,self.Ptr, value)
@@ -55,7 +55,7 @@ class Pdf3DNode(SpireObject):
55
55
  def Opacity(self) -> float:
56
56
  """
57
57
  Gets or sets the cutting plane opacity.
58
- :return: A number indicating the opacity of the cutting plane using a standard additive blend mode.
58
+ Returns: A number indicating the opacity of the cutting plane using a standard additive blend mode.
59
59
  """
60
60
  GetDllLibPdf().Pdf3DNode_get_Opacity.argtypes = [c_void_p]
61
61
  GetDllLibPdf().Pdf3DNode_get_Opacity.restype = c_float
@@ -66,7 +66,7 @@ class Pdf3DNode(SpireObject):
66
66
  def Opacity(self, value: float):
67
67
  """
68
68
  Sets the opacity of the cutting plane.
69
- :param value: A number indicating the opacity of the cutting plane using a standard additive blend mode.
69
+ Args: value: A number indicating the opacity of the cutting plane using a standard additive blend mode.
70
70
  """
71
71
  GetDllLibPdf().Pdf3DNode_set_Opacity.argtypes = [c_void_p, c_float]
72
72
  CallCFunction(GetDllLibPdf().Pdf3DNode_set_Opacity,self.Ptr, value)
@@ -75,7 +75,7 @@ class Pdf3DNode(SpireObject):
75
75
  def Matrix(self) -> List[float]:
76
76
  """
77
77
  Gets or sets the 3D transformation matrix.
78
- :return: A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
78
+ Returns: A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
79
79
  """
80
80
  GetDllLibPdf().Pdf3DNode_get_Matrix.argtypes = [c_void_p]
81
81
  GetDllLibPdf().Pdf3DNode_get_Matrix.restype = IntPtrArray
@@ -87,7 +87,7 @@ class Pdf3DNode(SpireObject):
87
87
  def Matrix(self, value: List[float]):
88
88
  """
89
89
  Sets the 3D transformation matrix.
90
- :param value: A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
90
+ Args: value: A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
91
91
  """
92
92
  vCount = len(value)
93
93
  ArrayType = c_float * vCount
@@ -199,7 +199,7 @@ class Pdf3DView(SpireObject):
199
199
 
200
200
  Gets or sets the name of the view node.
201
201
 
202
- The view node in the content stream defines all the properties for viewing the 3D artwork. If both ViewNodeName and CameraToWorldMatrix are specified, then ViewNodeName takes precedence.</remarks>
202
+ The view node in the content stream defines all the properties for viewing the 3D artwork. If both ViewNodeName and CameraToWorldMatrix are specified, then ViewNodeName takes precedence.
203
203
  """
204
204
  GetDllLibPdf().Pdf3DView_get_ViewNodeName.argtypes=[c_void_p]
205
205
  GetDllLibPdf().Pdf3DView_get_ViewNodeName.restype=c_void_p
@@ -66,6 +66,8 @@ class PdfAnnotationCollection(PdfCollection):
66
66
  ret = PdfPolygonAnnotationWidget(intPtr)
67
67
  elif strName == 'Spire.Pdf.Annotations.PdfUriAnnotationWidget':
68
68
  ret = PdfUriAnnotationWidget(intPtr)
69
+ elif strName == 'Spire.Pdf.Annotations.PdfWatermarkAnnotationWidget':
70
+ ret = PdfWatermarkAnnotationWidget(intPtr)
69
71
  else:
70
72
  ret = PdfAnnotation(intPtr)
71
73
  return ret
@@ -27,7 +27,7 @@ class PdfAnnotationWidgetCollection(PdfAnnotationCollection):
27
27
  def get_Item(self, text: str) -> PdfAnnotation:
28
28
  """
29
29
  Represents the annotation with specified name.
30
- :param name: The specified annotation name.
30
+ Args: name: The specified annotation name.
31
31
  """
32
32
 
33
33
  GetDllLibPdf().PdfAnnotationWidgetCollection_get_ItemT.argtypes = [c_void_p, c_wchar_p]
@@ -56,8 +56,8 @@ class PdfAnnotationWidgetCollection(PdfAnnotationCollection):
56
56
  def Add(self, annotation: 'PdfAnnotation') -> int:
57
57
  """
58
58
  Adds annotation to collection.
59
- :param annotation: Annotation to be added to collection.
60
- :returns: Position of the annotation in collection.
59
+ Args: annotation: Annotation to be added to collection.
60
+ Returns: Position of the annotation in collection.
61
61
  """
62
62
 
63
63
  intPtrannotation: c_void_p = annotation.Ptr
@@ -25,7 +25,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
25
25
  """
26
26
  Initializes a new instance of the PdfRubberStampAnnotation class with the specified rectangle.
27
27
 
28
- :param rectangle: The rectangle of the annotation.
28
+ Args: rectangle: The rectangle of the annotation.
29
29
  """
30
30
  ptrRec: c_void_p = rectangle.Ptr
31
31
 
@@ -39,8 +39,8 @@ class PdfRubberStampAnnotation(PdfAnnotation):
39
39
  """
40
40
  Initializes a new instance of the PdfRubberStampAnnotation class with the specified rectangle and text.
41
41
 
42
- :param rectangle: The rectangle of the annotation.
43
- :param text: The text of the annotation.
42
+ Args: rectangle: The rectangle of the annotation.
43
+ Args: text: The text of the annotation.
44
44
  """
45
45
  ptrRec: c_void_p = rectangle.Ptr
46
46
 
@@ -54,7 +54,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
54
54
  """
55
55
  Gets or sets the annotation's icon.
56
56
 
57
- :return: A enumeration member specifying the icon for the annotation when it is displayed in closed state.
57
+ Returns: A enumeration member specifying the icon for the annotation when it is displayed in closed state.
58
58
  """
59
59
  GetDllLibPdf().PdfRubberStampAnnotation_get_Icon.argtypes = [c_void_p]
60
60
  GetDllLibPdf().PdfRubberStampAnnotation_get_Icon.restype = c_int
@@ -67,7 +67,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
67
67
  """
68
68
  Sets the annotation's icon.
69
69
 
70
- :param value: A enumeration member specifying the icon for the annotation when it is displayed in closed state.
70
+ Args: value: A enumeration member specifying the icon for the annotation when it is displayed in closed state.
71
71
  """
72
72
  GetDllLibPdf().PdfRubberStampAnnotation_set_Icon.argtypes = [c_void_p, c_int]
73
73
  CallCFunction(GetDllLibPdf().PdfRubberStampAnnotation_set_Icon,self.Ptr, value.value)
@@ -77,7 +77,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
77
77
  """
78
78
  Gets or sets appearance of the annotation.
79
79
 
80
- :return: The appearance of the annotation.
80
+ Returns: The appearance of the annotation.
81
81
  """
82
82
  GetDllLibPdf().PdfRubberStampAnnotation_get_Appearance.argtypes = [c_void_p]
83
83
  GetDllLibPdf().PdfRubberStampAnnotation_get_Appearance.restype = c_void_p
@@ -90,7 +90,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
90
90
  """
91
91
  Sets the appearance of the annotation.
92
92
 
93
- :param value: The appearance of the annotation.
93
+ Args: value: The appearance of the annotation.
94
94
  """
95
95
  GetDllLibPdf().PdfRubberStampAnnotation_set_Appearance.argtypes = [c_void_p, c_void_p]
96
96
  CallCFunction(GetDllLibPdf().PdfRubberStampAnnotation_set_Appearance,self.Ptr, value.Ptr)
@@ -100,7 +100,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
100
100
  """
101
101
  Gets or set the name of the annotation,the entry is deleted by default when the input value is an empty string.
102
102
 
103
- :return: The name of the annotation.
103
+ Returns: The name of the annotation.
104
104
  """
105
105
  GetDllLibPdf().PdfRubberStampAnnotation_get_Author.argtypes = [c_void_p]
106
106
  GetDllLibPdf().PdfRubberStampAnnotation_get_Author.restype = c_void_p
@@ -112,7 +112,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
112
112
  """
113
113
  Sets the name of the annotation.
114
114
 
115
- :param value: The name of the annotation.
115
+ Args: value: The name of the annotation.
116
116
  """
117
117
  GetDllLibPdf().PdfRubberStampAnnotation_set_Author.argtypes = [c_void_p, c_wchar_p]
118
118
  CallCFunction(GetDllLibPdf().PdfRubberStampAnnotation_set_Author,self.Ptr, value)
@@ -122,7 +122,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
122
122
  """
123
123
  Gets or sets the annotation's subject.
124
124
 
125
- :return: The subject of the annotation.
125
+ Returns: The subject of the annotation.
126
126
  """
127
127
  GetDllLibPdf().PdfRubberStampAnnotation_get_Subject.argtypes = [c_void_p]
128
128
  GetDllLibPdf().PdfRubberStampAnnotation_get_Subject.restype = c_void_p
@@ -134,7 +134,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
134
134
  """
135
135
  Sets the annotation's subject.
136
136
 
137
- :param value: The subject of the annotation.
137
+ Args: value: The subject of the annotation.
138
138
  """
139
139
  GetDllLibPdf().PdfRubberStampAnnotation_set_Subject.argtypes = [c_void_p, c_wchar_p]
140
140
  CallCFunction(GetDllLibPdf().PdfRubberStampAnnotation_set_Subject,self.Ptr, value)
@@ -144,7 +144,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
144
144
  """
145
145
  Gets or sets the creation date.
146
146
 
147
- :return: The creation date of the annotation.
147
+ Returns: The creation date of the annotation.
148
148
  """
149
149
  GetDllLibPdf().PdfRubberStampAnnotation_get_CreationDate.argtypes = [c_void_p]
150
150
  GetDllLibPdf().PdfRubberStampAnnotation_get_CreationDate.restype = c_void_p
@@ -157,7 +157,7 @@ class PdfRubberStampAnnotation(PdfAnnotation):
157
157
  """
158
158
  Sets the creation date of the annotation.
159
159
 
160
- :param value: The creation date of the annotation.
160
+ Args: value: The creation date of the annotation.
161
161
  """
162
162
  GetDllLibPdf().PdfRubberStampAnnotation_set_CreationDate.argtypes = [c_void_p, c_void_p]
163
163
  CallCFunction(GetDllLibPdf().PdfRubberStampAnnotation_set_CreationDate,self.Ptr, value.Ptr)
@@ -25,11 +25,11 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
25
25
  """
26
26
  Initializes a new instance of the PdfTextMarkupAnnotation class with the specified markup title, text, markup text, point, and PDF font.
27
27
 
28
- :param markupTitle: The markup title.
29
- :param text: The text.
30
- :param markupText: The markup text.
31
- :param point: The point.
32
- :param pdfFont: The PDF font.
28
+ Args: markupTitle: The markup title.
29
+ Args: text: The text.
30
+ Args: markupText: The markup text.
31
+ Args: point: The point.
32
+ Args: pdfFont: The PDF font.
33
33
  """
34
34
  ptrP: c_void_p = point.Ptr
35
35
  ptrF: c_void_p = pdfFont.Ptr
@@ -38,15 +38,36 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
38
38
  intPtr = CallCFunction(GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationMTMPP,markupTitle, text, markupText, ptrP, ptrF)
39
39
  super(PdfTextMarkupAnnotation, self).__init__(intPtr)
40
40
 
41
+ @dispatch
42
+ def __init__(self, rect: RectangleF,points: List[PointF]):
43
+ """
44
+ Initializes a new instance of the PdfTextMarkupAnnotation class with the rectangle and points.
45
+
46
+ Args: rectangle: The bounds of the annotation.
47
+ Args: quadPoints: The points specifying the coordinates of n quadrilaterals.
48
+ """
49
+ ptrR: c_void_p = rect.Ptr
50
+
51
+ countnewValues = len(points)
52
+ ArrayTypenewValues = c_void_p * countnewValues
53
+ arraynewValues = ArrayTypenewValues()
54
+ for i in range(0, countnewValues):
55
+ arraynewValues[i] = points[i].Ptr
56
+
57
+ GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationRPPC.argtypes = [c_void_p,ArrayTypenewValues, c_int]
58
+ GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationRPPC.restype = c_void_p
59
+ intPtr = CallCFunction(GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationRPPC,ptrR, arraynewValues, countnewValues)
60
+ super(PdfTextMarkupAnnotation, self).__init__(intPtr)
61
+
41
62
  @dispatch
42
63
  def __init__(self, title: str, text: str, rect: RectangleF, pdfFont: PdfFontBase):
43
64
  """
44
65
  Initializes a new instance of the PdfTextMarkupAnnotation class with the specified title, text, rectangle, and PDF font.
45
66
 
46
- :param title: The title.
47
- :param text: The text.
48
- :param rect: The rectangle.
49
- :param pdfFont: The PDF font.
67
+ Args: title: The title.
68
+ Args: text: The text.
69
+ Args: rect: The rectangle.
70
+ Args: pdfFont: The PDF font.
50
71
  """
51
72
  ptrR: c_void_p = rect.Ptr
52
73
  ptrF: c_void_p = pdfFont.Ptr
@@ -60,9 +81,9 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
60
81
  """
61
82
  Initializes a new instance of the PdfTextMarkupAnnotation class with the specified title, text, and rectangle.
62
83
 
63
- :param title: The title.
64
- :param text: The text.
65
- :param rect: The rectangle.
84
+ Args: title: The title.
85
+ Args: text: The text.
86
+ Args: rect: The rectangle.
66
87
  """
67
88
  ptrR: c_void_p = rect.Ptr
68
89
  GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationTTR.argtypes = [c_wchar_p, c_wchar_p, c_void_p]
@@ -75,7 +96,7 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
75
96
  """
76
97
  Initializes a new instance of the PdfTextMarkupAnnotation class with the specified rectangle.
77
98
 
78
- :param rect: The rectangle.
99
+ Args: rect: The rectangle.
79
100
  """
80
101
  ptrR: c_void_p = rect.Ptr
81
102
  GetDllLibPdf().PdfTextMarkupAnnotation_CreatePdfTextMarkupAnnotationR.argtypes = [c_void_p]
@@ -99,7 +120,7 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
99
120
  """
100
121
  Sets the text markup annotation type.
101
122
 
102
- :param value: The text markup annotation type.
123
+ Args: value: The text markup annotation type.
103
124
  """
104
125
  GetDllLibPdf().PdfTextMarkupAnnotation_set_TextMarkupAnnotationType.argtypes = [c_void_p, c_int]
105
126
  CallCFunction(GetDllLibPdf().PdfTextMarkupAnnotation_set_TextMarkupAnnotationType,self.Ptr, value.value)
@@ -120,7 +141,7 @@ class PdfTextMarkupAnnotation(PdfAnnotation):
120
141
  """
121
142
  Sets the text markup color.
122
143
 
123
- :param value: The text markup color.
144
+ Args: value: The text markup color.
124
145
  """
125
146
  GetDllLibPdf().PdfTextMarkupAnnotation_set_TextMarkupColor.argtypes = [c_void_p, c_void_p]
126
147
  CallCFunction(GetDllLibPdf().PdfTextMarkupAnnotation_set_TextMarkupColor,self.Ptr, value.Ptr)
@@ -36,9 +36,9 @@ class PdfTextWebLink(PdfTextWidget):
36
36
  def DrawTextWebLink(self, newPage, location: PointF) -> PdfLayoutResult:
37
37
  """
38
38
  Draws a Text Web Link on the Page
39
- :param newPage: The page where the annotation should be placed.
40
- :param location: The location of the annotation.
41
- :return: Pdf Layout result
39
+ Args: newPage: The page where the annotation should be placed.
40
+ Args: location: The location of the annotation.
41
+ Returns: Pdf Layout result
42
42
  """
43
43
  intPtrpage: c_void_p = newPage.Ptr
44
44
  intPtrlocation: c_void_p = location.Ptr
@@ -53,8 +53,8 @@ class PdfTextWebLink(PdfTextWidget):
53
53
  def DrawTextWebLink(self, graphics: PdfCanvas, location: PointF):
54
54
  """
55
55
  Draw a Text Web Link on the Graphics
56
- :param graphics: The object specifies where annotation should be placed.
57
- :param location: The location of the annotation.
56
+ Args: graphics: The object specifies where annotation should be placed.
57
+ Args: location: The location of the annotation.
58
58
  """
59
59
  intPtrgraphics: c_void_p = graphics.Ptr
60
60
  intPtrlocation: c_void_p = location.Ptr
@@ -50,7 +50,8 @@ class PdfWatermarkAnnotation(PdfAnnotation):
50
50
  def Appearance(self, value: 'PdfAppearance'):
51
51
  """
52
52
  Set the appearance.
53
- <param name="value">The appearance</param>
53
+ Args:
54
+ value: The appearance
54
55
  """
55
56
  GetDllLibPdf().PdfWatermarkAnnotation_set_Appearance.argtypes = [c_void_p, c_void_p]
56
57
  CallCFunction(GetDllLibPdf().PdfWatermarkAnnotation_set_Appearance,self.Ptr, value.Ptr)
@@ -58,7 +59,8 @@ class PdfWatermarkAnnotation(PdfAnnotation):
58
59
  def SetMatrix(self, matrix: List[float]):
59
60
  """
60
61
  Set the matrix.
61
- <param name="matrix">The matrix</param>
62
+ Args:
63
+ matrix: The matrix.
62
64
  """
63
65
  countmatrix = len(matrix)
64
66
  ArrayTypematrix = c_float * countmatrix
@@ -72,7 +74,8 @@ class PdfWatermarkAnnotation(PdfAnnotation):
72
74
  def SetHorizontalTranslation(self, horizontal: float):
73
75
  """
74
76
  Set the horizontal translation.
75
- <param name="horizontal">The horizontal</param>
77
+ Args:
78
+ horizontal: The horizontal.
76
79
  """
77
80
  GetDllLibPdf().PdfWatermarkAnnotation_SetHorizontalTranslation.argtypes = [c_void_p, c_float]
78
81
  CallCFunction(GetDllLibPdf().PdfWatermarkAnnotation_SetHorizontalTranslation,self.Ptr, horizontal)
@@ -80,7 +83,8 @@ class PdfWatermarkAnnotation(PdfAnnotation):
80
83
  def SetVerticalTranslation(self, vertical: float):
81
84
  """
82
85
  Set the vertical translation.
83
- <param name="vertical">The vertical</param>
86
+ Args:
87
+ vertical: The vertical.
84
88
  """
85
89
  GetDllLibPdf().PdfWatermarkAnnotation_SetVerticalTranslation.argtypes = [c_void_p, c_float]
86
90
  CallCFunction(GetDllLibPdf().PdfWatermarkAnnotation_SetVerticalTranslation,self.Ptr, vertical)
File without changes
@@ -15,7 +15,8 @@ class PdfAppearanceState(SpireObject):
15
15
  def On(self) -> 'PdfTemplate':
16
16
  """
17
17
  Gets or sets the active state template.
18
- :return: The active state template.
18
+ Returns:
19
+ The active state template.
19
20
  """
20
21
  GetDllLibPdf().PdfAppearanceState_get_On.argtypes = [c_void_p]
21
22
  GetDllLibPdf().PdfAppearanceState_get_On.restype = c_void_p
@@ -27,7 +28,8 @@ class PdfAppearanceState(SpireObject):
27
28
  def On(self, value: 'PdfTemplate'):
28
29
  """
29
30
  Sets the active state template.
30
- :param value: The active state template.
31
+ Args:
32
+ value: The active state template.
31
33
  """
32
34
  GetDllLibPdf().PdfAppearanceState_set_On.argtypes = [c_void_p, c_void_p]
33
35
  CallCFunction(GetDllLibPdf().PdfAppearanceState_set_On,self.Ptr, value.Ptr)
@@ -36,7 +38,8 @@ class PdfAppearanceState(SpireObject):
36
38
  def Off(self) -> 'PdfTemplate':
37
39
  """
38
40
  Gets or sets the inactive state.
39
- :return: The inactive state template.
41
+ Returns:
42
+ The inactive state template.
40
43
  """
41
44
  GetDllLibPdf().PdfAppearanceState_get_Off.argtypes = [c_void_p]
42
45
  GetDllLibPdf().PdfAppearanceState_get_Off.restype = c_void_p
@@ -48,7 +51,8 @@ class PdfAppearanceState(SpireObject):
48
51
  def Off(self, value: 'PdfTemplate'):
49
52
  """
50
53
  Sets the inactive state template.
51
- :param value: The inactive state template.
54
+ Args:
55
+ value: The inactive state template.
52
56
  """
53
57
  GetDllLibPdf().PdfAppearanceState_set_Off.argtypes = [c_void_p, c_void_p]
54
58
  CallCFunction(GetDllLibPdf().PdfAppearanceState_set_Off,self.Ptr, value.Ptr)
@@ -57,7 +61,7 @@ class PdfAppearanceState(SpireObject):
57
61
  def OnMappingName(self) -> str:
58
62
  """
59
63
  Gets or sets the mapping name of the active state.
60
- :return: The mapping name of the active state.
64
+ Returns: The mapping name of the active state.
61
65
  """
62
66
  GetDllLibPdf().PdfAppearanceState_get_OnMappingName.argtypes = [c_void_p]
63
67
  GetDllLibPdf().PdfAppearanceState_get_OnMappingName.restype = c_void_p
@@ -68,7 +72,8 @@ class PdfAppearanceState(SpireObject):
68
72
  def OnMappingName(self, value: str):
69
73
  """
70
74
  Sets the mapping name of the active state.
71
- :param value: The mapping name of the active state.
75
+ Args:
76
+ value: The mapping name of the active state.
72
77
  """
73
78
  GetDllLibPdf().PdfAppearanceState_set_OnMappingName.argtypes = [c_void_p, c_wchar_p]
74
79
  CallCFunction(GetDllLibPdf().PdfAppearanceState_set_OnMappingName,self.Ptr, value)
@@ -77,7 +82,8 @@ class PdfAppearanceState(SpireObject):
77
82
  def OffMappingName(self) -> str:
78
83
  """
79
84
  Gets or sets the mapping name of the inactive state.
80
- :return: The mapping name of the inactive state.
85
+ Returns:
86
+ The mapping name of the inactive state.
81
87
  """
82
88
  GetDllLibPdf().PdfAppearanceState_get_OffMappingName.argtypes = [c_void_p]
83
89
  GetDllLibPdf().PdfAppearanceState_get_OffMappingName.restype = c_void_p
@@ -88,7 +94,8 @@ class PdfAppearanceState(SpireObject):
88
94
  def OffMappingName(self, value: str):
89
95
  """
90
96
  Sets the mapping name of the inactive state.
91
- :param value: The mapping name of the inactive state.
97
+ Args:
98
+ value: The mapping name of the inactive state.
92
99
  """
93
100
  GetDllLibPdf().PdfAppearanceState_set_OffMappingName.argtypes = [c_void_p, c_wchar_p]
94
101
  CallCFunction(GetDllLibPdf().PdfAppearanceState_set_OffMappingName,self.Ptr, value)