spire-pdf 11.6.1__py3-none-macosx_10_7_universal.whl → 11.7.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.
- spire/pdf/PdfBorders.py +5 -1
- spire/pdf/PdfCollection.py +3 -3
- spire/pdf/PdfFileInfo.py +7 -7
- spire/pdf/PdfNewDocument.py +21 -13
- spire/pdf/PdfPageBase.py +2 -2
- spire/pdf/PdfSection.py +5 -4
- spire/pdf/PdfSectionPageCollection.py +9 -9
- spire/pdf/__init__.py +477 -482
- spire/pdf/{PdfGotoNameAction.py → actions/PdfGotoNameAction.py} +4 -2
- spire/pdf/actions/__init__.py +0 -0
- spire/pdf/additions/__init__.py +0 -0
- spire/pdf/additions/html/HtmlToPdfResult.py +36 -0
- spire/pdf/additions/html/__init__.py +0 -0
- spire/pdf/{LineBorder.py → annotations/LineBorder.py} +8 -6
- spire/pdf/{Pdf3DCrossSection.py → annotations/Pdf3DCrossSection.py} +6 -6
- spire/pdf/{Pdf3DNode.py → annotations/Pdf3DNode.py} +8 -8
- spire/pdf/{Pdf3DView.py → annotations/Pdf3DView.py} +1 -1
- spire/pdf/{PdfAnnotationCollection.py → annotations/PdfAnnotationCollection.py} +2 -0
- spire/pdf/{PdfAnnotationWidgetCollection.py → annotations/PdfAnnotationWidgetCollection.py} +3 -3
- spire/pdf/{PdfRubberStampAnnotation.py → annotations/PdfRubberStampAnnotation.py} +13 -13
- spire/pdf/{PdfTextMarkupAnnotation.py → annotations/PdfTextMarkupAnnotation.py} +15 -15
- spire/pdf/{PdfTextWebLink.py → annotations/PdfTextWebLink.py} +5 -5
- spire/pdf/{PdfWatermarkAnnotation.py → annotations/PdfWatermarkAnnotation.py} +8 -4
- spire/pdf/annotations/__init__.py +0 -0
- spire/pdf/{PdfAppearanceState.py → annotations/appearance/PdfAppearanceState.py} +15 -8
- spire/pdf/{PdfExtendedAppearance.py → annotations/appearance/PdfExtendedAppearance.py} +3 -3
- spire/pdf/annotations/appearance/__init__.py +0 -0
- spire/pdf/{PdfAttachmentCollection.py → attachments/PdfAttachmentCollection.py} +16 -16
- spire/pdf/attachments/__init__.py +0 -0
- spire/pdf/{PdfCreationDateField.py → automaticfields/PdfCreationDateField.py} +7 -7
- spire/pdf/{PdfSectionPageCountField.py → automaticfields/PdfSectionPageCountField.py} +5 -5
- spire/pdf/{PdfSectionPageNumberField.py → automaticfields/PdfSectionPageNumberField.py} +5 -5
- spire/pdf/automaticfields/__init__.py +0 -0
- spire/pdf/barcode/__init__.py +0 -0
- spire/pdf/{PdfBookmark.py → bookmarks/PdfBookmark.py} +1 -1
- spire/pdf/{PdfBookmarkCollection.py → bookmarks/PdfBookmarkCollection.py} +11 -11
- spire/pdf/bookmarks/__init__.py +0 -0
- spire/pdf/{PdfFolder.py → collections/PdfFolder.py} +9 -9
- spire/pdf/collections/__init__.py +0 -0
- spire/pdf/{PdfICCColorSpace.py → colorspace/PdfICCColorSpace.py} +9 -7
- spire/pdf/colorspace/__init__.py +0 -0
- spire/pdf/comparison/__init__.py +0 -0
- spire/pdf/{OfdConverter.py → conversion/OfdConverter.py} +8 -8
- spire/pdf/conversion/PdfToHtmlParameter.py +48 -0
- spire/pdf/conversion/__init__.py +0 -0
- spire/pdf/conversion/compression/__init__.py +0 -0
- spire/pdf/document/PdfDocument.py +1760 -0
- spire/pdf/document/__init__.py +0 -0
- spire/pdf/{Collections_PdfCollection.py → document/collections/Collections_PdfCollection.py} +12 -12
- spire/pdf/document/collections/__init__.py +0 -0
- spire/pdf/exceptions/__init__.py +0 -0
- spire/pdf/{PdfFieldCollection.py → fileds/PdfFieldCollection.py} +10 -10
- spire/pdf/{PdfForm.py → fileds/PdfForm.py} +1 -1
- spire/pdf/{PdfRadioButtonListItem.py → fileds/PdfRadioButtonListItem.py} +6 -6
- spire/pdf/fileds/__init__.py +0 -0
- spire/pdf/general/__init__.py +0 -0
- spire/pdf/graphics/HtmlToPdfLayoutParams.py +93 -0
- spire/pdf/{PdfBitmap.py → graphics/PdfBitmap.py} +7 -7
- spire/pdf/{PdfCanvas.py → graphics/PdfCanvas.py} +6 -5
- spire/pdf/graphics/PdfHTMLTextElement.py +142 -0
- spire/pdf/graphics/PdfHtmlLayoutFormat.py +148 -0
- spire/pdf/{PdfMargins.py → graphics/PdfMargins.py} +13 -13
- spire/pdf/{PdfStringFormat.py → graphics/PdfStringFormat.py} +10 -7
- spire/pdf/{PdfTemplate.py → graphics/PdfTemplate.py} +12 -12
- spire/pdf/graphics/__init__.py +0 -0
- spire/pdf/graphics/fonts/__init__.py +0 -0
- spire/pdf/{PdfLayer.py → graphics/layer/PdfLayer.py} +2 -2
- spire/pdf/graphics/layer/__init__.py +0 -0
- spire/pdf/{PdfGrid.py → grid/PdfGrid.py} +6 -0
- spire/pdf/{PdfGridCell.py → grid/PdfGridCell.py} +5 -6
- spire/pdf/{PdfGridColumn.py → grid/PdfGridColumn.py} +5 -5
- spire/pdf/{PdfGridRow.py → grid/PdfGridRow.py} +1 -1
- spire/pdf/{PdfGridRowCollection.py → grid/PdfGridRowCollection.py} +30 -1
- spire/pdf/grid/__init__.py +0 -0
- spire/pdf/interactive/__init__.py +0 -0
- spire/pdf/interactive/annotations/PdfBorderEffect.py +15 -0
- spire/pdf/interactive/annotations/__init__.py +0 -0
- spire/pdf/{IPdfSignatureAppearance.py → interactive/digitalSignatures/IPdfSignatureAppearance.py} +3 -1
- spire/pdf/{IPdfSignatureFormatter.py → interactive/digitalSignatures/IPdfSignatureFormatter.py} +2 -2
- spire/pdf/{PdfCustomAppearance.py → interactive/digitalSignatures/PdfCustomAppearance.py} +1 -1
- spire/pdf/{PdfPKCS1Formatter.py → interactive/digitalSignatures/PdfPKCS1Formatter.py} +2 -2
- spire/pdf/{PdfSignatureAppearance.py → interactive/digitalSignatures/PdfSignatureAppearance.py} +1 -1
- spire/pdf/interactive/digitalSignatures/__init__.py +0 -0
- spire/pdf/interchange/__init__.py +0 -0
- spire/pdf/{PdfStructureElement.py → interchange/taggedpdf/PdfStructureElement.py} +10 -10
- spire/pdf/interchange/taggedpdf/__init__.py +0 -0
- spire/pdf/lib/Spire.Pdf.Base.dylib +0 -0
- spire/pdf/license/LicenseProvider.py +146 -0
- spire/pdf/license/__init__.py +0 -0
- spire/pdf/{PdfList.py → lists/PdfList.py} +9 -9
- spire/pdf/{PdfListItemCollection.py → lists/PdfListItemCollection.py} +26 -26
- spire/pdf/{PdfMarker.py → lists/PdfMarker.py} +1 -1
- spire/pdf/{PdfSortedList.py → lists/PdfSortedList.py} +11 -11
- spire/pdf/lists/__init__.py +0 -0
- spire/pdf/{PdfSinglePageScalingMode.py → pdfprint/PdfSinglePageScalingMode.py} +5 -4
- spire/pdf/pdfprint/__init__.py +0 -0
- spire/pdf/{PdfSecurity.py → security/PdfSecurity.py} +20 -20
- spire/pdf/{Security_IPdfSignatureFormatter.py → security/Security_IPdfSignatureFormatter.py} +2 -2
- spire/pdf/security/__init__.py +0 -0
- spire/pdf/{PdfColumnCollection.py → tables/PdfColumnCollection.py} +3 -3
- spire/pdf/{PdfRowCollection.py → tables/PdfRowCollection.py} +2 -1
- spire/pdf/tables/__init__.py +0 -0
- spire/pdf/texts/Find_TextFindParameter.py +17 -0
- spire/pdf/{PdfTextFragment.py → texts/PdfTextFragment.py} +1 -1
- spire/pdf/texts/__init__.py +0 -0
- spire/pdf/utilities/__init__.py +0 -0
- spire/pdf/{PdfCheckBoxWidgetFieldWidget.py → widget/PdfCheckBoxWidgetFieldWidget.py} +4 -4
- spire/pdf/{PdfComboBoxWidgetFieldWidget.py → widget/PdfComboBoxWidgetFieldWidget.py} +6 -6
- spire/pdf/{PdfFieldWidget.py → widget/PdfFieldWidget.py} +11 -11
- spire/pdf/{PdfFormFieldWidgetCollection.py → widget/PdfFormFieldWidgetCollection.py} +2 -2
- spire/pdf/{PdfListBoxWidgetFieldWidget.py → widget/PdfListBoxWidgetFieldWidget.py} +2 -2
- spire/pdf/{PdfListWidgetItemCollection.py → widget/PdfListWidgetItemCollection.py} +15 -8
- spire/pdf/{PdfSignatureFieldWidget.py → widget/PdfSignatureFieldWidget.py} +1 -1
- spire/pdf/{XfaChoiceListField.py → widget/XfaChoiceListField.py} +4 -4
- spire/pdf/{XfaDateTimeField.py → widget/XfaDateTimeField.py} +3 -3
- spire/pdf/widget/__init__.py +0 -0
- {spire_pdf-11.6.1.dist-info → spire_pdf-11.7.0.dist-info}/METADATA +1 -1
- spire_pdf-11.7.0.dist-info/RECORD +606 -0
- spire/pdf/HtmlToPdfLayoutParams.py +0 -93
- spire/pdf/HtmlToPdfResult.py +0 -36
- spire/pdf/PdfHTMLTextElement.py +0 -142
- spire/pdf/PdfHtmlLayoutFormat.py +0 -148
- spire/pdf/PdfToHtmlParameter.py +0 -48
- spire_pdf-11.6.1.dist-info/RECORD +0 -566
- /spire/pdf/{PdfAction.py → actions/PdfAction.py} +0 -0
- /spire/pdf/{PdfActionCollection.py → actions/PdfActionCollection.py} +0 -0
- /spire/pdf/{PdfActionDestination.py → actions/PdfActionDestination.py} +0 -0
- /spire/pdf/{PdfAnnotationActions.py → actions/PdfAnnotationActions.py} +0 -0
- /spire/pdf/{PdfDocumentActions.py → actions/PdfDocumentActions.py} +0 -0
- /spire/pdf/{PdfEmbeddedGoToAction.py → actions/PdfEmbeddedGoToAction.py} +0 -0
- /spire/pdf/{PdfFieldActions.py → actions/PdfFieldActions.py} +0 -0
- /spire/pdf/{PdfFilePathType.py → actions/PdfFilePathType.py} +0 -0
- /spire/pdf/{PdfFormAction.py → actions/PdfFormAction.py} +0 -0
- /spire/pdf/{PdfGoToAction.py → actions/PdfGoToAction.py} +0 -0
- /spire/pdf/{PdfJavaScript.py → actions/PdfJavaScript.py} +0 -0
- /spire/pdf/{PdfJavaScriptAction.py → actions/PdfJavaScriptAction.py} +0 -0
- /spire/pdf/{PdfLaunchAction.py → actions/PdfLaunchAction.py} +0 -0
- /spire/pdf/{PdfNamedAction.py → actions/PdfNamedAction.py} +0 -0
- /spire/pdf/{PdfResetAction.py → actions/PdfResetAction.py} +0 -0
- /spire/pdf/{PdfSoundAction.py → actions/PdfSoundAction.py} +0 -0
- /spire/pdf/{PdfSubmitAction.py → actions/PdfSubmitAction.py} +0 -0
- /spire/pdf/{PdfSubmitFormFlags.py → actions/PdfSubmitFormFlags.py} +0 -0
- /spire/pdf/{PdfUriAction.py → actions/PdfUriAction.py} +0 -0
- /spire/pdf/{AspectRatio.py → additions/html/AspectRatio.py} +0 -0
- /spire/pdf/{Clip.py → additions/html/Clip.py} +0 -0
- /spire/pdf/{HtmlConverter.py → additions/html/HtmlConverter.py} +0 -0
- /spire/pdf/{LoadHtmlType.py → additions/html/LoadHtmlType.py} +0 -0
- /spire/pdf/{Pdf3DActivation.py → annotations/Pdf3DActivation.py} +0 -0
- /spire/pdf/{Pdf3DAnimation.py → annotations/Pdf3DAnimation.py} +0 -0
- /spire/pdf/{Pdf3DAnnotation.py → annotations/Pdf3DAnnotation.py} +0 -0
- /spire/pdf/{Pdf3DBackground.py → annotations/Pdf3DBackground.py} +0 -0
- /spire/pdf/{Pdf3DCrossSectionCollection.py → annotations/Pdf3DCrossSectionCollection.py} +0 -0
- /spire/pdf/{Pdf3DLighting.py → annotations/Pdf3DLighting.py} +0 -0
- /spire/pdf/{Pdf3DLightingStyle.py → annotations/Pdf3DLightingStyle.py} +0 -0
- /spire/pdf/{Pdf3DNodeCollection.py → annotations/Pdf3DNodeCollection.py} +0 -0
- /spire/pdf/{Pdf3DProjection.py → annotations/Pdf3DProjection.py} +0 -0
- /spire/pdf/{Pdf3DProjectionClipStyle.py → annotations/Pdf3DProjectionClipStyle.py} +0 -0
- /spire/pdf/{Pdf3DProjectionOrthoScaleMode.py → annotations/Pdf3DProjectionOrthoScaleMode.py} +0 -0
- /spire/pdf/{Pdf3DProjectionType.py → annotations/Pdf3DProjectionType.py} +0 -0
- /spire/pdf/{Pdf3DRenderStyle.py → annotations/Pdf3DRenderStyle.py} +0 -0
- /spire/pdf/{Pdf3DRendermode.py → annotations/Pdf3DRendermode.py} +0 -0
- /spire/pdf/{Pdf3DViewCollection.py → annotations/Pdf3DViewCollection.py} +0 -0
- /spire/pdf/{PdfActionAnnotation.py → annotations/PdfActionAnnotation.py} +0 -0
- /spire/pdf/{PdfActionLinkAnnotation.py → annotations/PdfActionLinkAnnotation.py} +0 -0
- /spire/pdf/{PdfAnnotation.py → annotations/PdfAnnotation.py} +0 -0
- /spire/pdf/{PdfAnnotationBorder.py → annotations/PdfAnnotationBorder.py} +0 -0
- /spire/pdf/{PdfAnnotationException.py → annotations/PdfAnnotationException.py} +0 -0
- /spire/pdf/{PdfAnnotationFlags.py → annotations/PdfAnnotationFlags.py} +0 -0
- /spire/pdf/{PdfAnnotationIntent.py → annotations/PdfAnnotationIntent.py} +0 -0
- /spire/pdf/{PdfAnnotationWidget.py → annotations/PdfAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfAnnotationWidgetTypes.py → annotations/PdfAnnotationWidgetTypes.py} +0 -0
- /spire/pdf/{PdfAttachmentAnnotation.py → annotations/PdfAttachmentAnnotation.py} +0 -0
- /spire/pdf/{PdfAttachmentAnnotationWidget.py → annotations/PdfAttachmentAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfAttachmentIcon.py → annotations/PdfAttachmentIcon.py} +0 -0
- /spire/pdf/{PdfBorderEffect.py → annotations/PdfBorderEffect.py} +0 -0
- /spire/pdf/{PdfCaretAnnotationWidget.py → annotations/PdfCaretAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfDocumentLinkAnnotation.py → annotations/PdfDocumentLinkAnnotation.py} +0 -0
- /spire/pdf/{PdfDocumentLinkAnnotationWidget.py → annotations/PdfDocumentLinkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfFileAnnotation.py → annotations/PdfFileAnnotation.py} +0 -0
- /spire/pdf/{PdfFileLinkAnnotation.py → annotations/PdfFileLinkAnnotation.py} +0 -0
- /spire/pdf/{PdfFileLinkAnnotationWidget.py → annotations/PdfFileLinkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfFreeTextAnnotation.py → annotations/PdfFreeTextAnnotation.py} +0 -0
- /spire/pdf/{PdfFreeTextAnnotationWidget.py → annotations/PdfFreeTextAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfInkAnnotation.py → annotations/PdfInkAnnotation.py} +0 -0
- /spire/pdf/{PdfInkAnnotationWidget.py → annotations/PdfInkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfLineAnnotation.py → annotations/PdfLineAnnotation.py} +0 -0
- /spire/pdf/{PdfLineAnnotationWidget.py → annotations/PdfLineAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfLineBorderStyle.py → annotations/PdfLineBorderStyle.py} +0 -0
- /spire/pdf/{PdfLineCaptionType.py → annotations/PdfLineCaptionType.py} +0 -0
- /spire/pdf/{PdfLineEndingStyle.py → annotations/PdfLineEndingStyle.py} +0 -0
- /spire/pdf/{PdfLineIntent.py → annotations/PdfLineIntent.py} +0 -0
- /spire/pdf/{PdfLinkAnnotation.py → annotations/PdfLinkAnnotation.py} +0 -0
- /spire/pdf/{PdfMarkUpAnnotationWidget.py → annotations/PdfMarkUpAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfPolyLineAnnotation.py → annotations/PdfPolyLineAnnotation.py} +0 -0
- /spire/pdf/{PdfPolyLineAnnotationWidget.py → annotations/PdfPolyLineAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfPolygonAndPolyLineAnnotationWidget.py → annotations/PdfPolygonAndPolyLineAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfPolygonAnnotation.py → annotations/PdfPolygonAnnotation.py} +0 -0
- /spire/pdf/{PdfPolygonAnnotationWidget.py → annotations/PdfPolygonAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfPopupAnnotation.py → annotations/PdfPopupAnnotation.py} +0 -0
- /spire/pdf/{PdfPopupAnnotationWidget.py → annotations/PdfPopupAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfPopupIcon.py → annotations/PdfPopupIcon.py} +0 -0
- /spire/pdf/{PdfRubberStampAnnotationIcon.py → annotations/PdfRubberStampAnnotationIcon.py} +0 -0
- /spire/pdf/{PdfRubberStampAnnotationWidget.py → annotations/PdfRubberStampAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfSoundAnnotation.py → annotations/PdfSoundAnnotation.py} +0 -0
- /spire/pdf/{PdfSoundAnnotationWidget.py → annotations/PdfSoundAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfSoundIcon.py → annotations/PdfSoundIcon.py} +0 -0
- /spire/pdf/{PdfSquareAnnotationWidget.py → annotations/PdfSquareAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfStyledAnnotationWidget.py → annotations/PdfStyledAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfTextAnnotationIcon.py → annotations/PdfTextAnnotationIcon.py} +0 -0
- /spire/pdf/{PdfTextAnnotationWidget.py → annotations/PdfTextAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfTextMarkupAnnotationType.py → annotations/PdfTextMarkupAnnotationType.py} +0 -0
- /spire/pdf/{PdfTextMarkupAnnotationWidget.py → annotations/PdfTextMarkupAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfTextWebLinkAnnotationWidget.py → annotations/PdfTextWebLinkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfUriAnnotation.py → annotations/PdfUriAnnotation.py} +0 -0
- /spire/pdf/{PdfUriAnnotationWidget.py → annotations/PdfUriAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfWatermarkAnnotationWidget.py → annotations/PdfWatermarkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfWebLinkAnnotationWidget.py → annotations/PdfWebLinkAnnotationWidget.py} +0 -0
- /spire/pdf/{PdfAppearance.py → annotations/appearance/PdfAppearance.py} +0 -0
- /spire/pdf/{PdfAttachment.py → attachments/PdfAttachment.py} +0 -0
- /spire/pdf/{PdfAutomaticField.py → automaticfields/PdfAutomaticField.py} +0 -0
- /spire/pdf/{PdfCompositeField.py → automaticfields/PdfCompositeField.py} +0 -0
- /spire/pdf/{PdfDateTimeField.py → automaticfields/PdfDateTimeField.py} +0 -0
- /spire/pdf/{PdfDestinationPageNumberField.py → automaticfields/PdfDestinationPageNumberField.py} +0 -0
- /spire/pdf/{PdfDocumentAuthorField.py → automaticfields/PdfDocumentAuthorField.py} +0 -0
- /spire/pdf/{PdfDynamicField.py → automaticfields/PdfDynamicField.py} +0 -0
- /spire/pdf/{PdfMultipleNumberValueField.py → automaticfields/PdfMultipleNumberValueField.py} +0 -0
- /spire/pdf/{PdfMultipleValueField.py → automaticfields/PdfMultipleValueField.py} +0 -0
- /spire/pdf/{PdfPageCountField.py → automaticfields/PdfPageCountField.py} +0 -0
- /spire/pdf/{PdfPageNumberField.py → automaticfields/PdfPageNumberField.py} +0 -0
- /spire/pdf/{PdfSectionNumberField.py → automaticfields/PdfSectionNumberField.py} +0 -0
- /spire/pdf/{PdfSingleValueField.py → automaticfields/PdfSingleValueField.py} +0 -0
- /spire/pdf/{PdfStaticField.py → automaticfields/PdfStaticField.py} +0 -0
- /spire/pdf/{PdfBarcode.py → barcode/PdfBarcode.py} +0 -0
- /spire/pdf/{PdfBarcodeException.py → barcode/PdfBarcodeException.py} +0 -0
- /spire/pdf/{PdfBarcodeQuietZones.py → barcode/PdfBarcodeQuietZones.py} +0 -0
- /spire/pdf/{PdfBarcodeTextAlignment.py → barcode/PdfBarcodeTextAlignment.py} +0 -0
- /spire/pdf/{PdfCodabarBarcode.py → barcode/PdfCodabarBarcode.py} +0 -0
- /spire/pdf/{PdfCode11Barcode.py → barcode/PdfCode11Barcode.py} +0 -0
- /spire/pdf/{PdfCode128ABarcode.py → barcode/PdfCode128ABarcode.py} +0 -0
- /spire/pdf/{PdfCode128BBarcode.py → barcode/PdfCode128BBarcode.py} +0 -0
- /spire/pdf/{PdfCode128CBarcode.py → barcode/PdfCode128CBarcode.py} +0 -0
- /spire/pdf/{PdfCode32Barcode.py → barcode/PdfCode32Barcode.py} +0 -0
- /spire/pdf/{PdfCode39Barcode.py → barcode/PdfCode39Barcode.py} +0 -0
- /spire/pdf/{PdfCode39ExtendedBarcode.py → barcode/PdfCode39ExtendedBarcode.py} +0 -0
- /spire/pdf/{PdfCode93Barcode.py → barcode/PdfCode93Barcode.py} +0 -0
- /spire/pdf/{PdfCode93ExtendedBarcode.py → barcode/PdfCode93ExtendedBarcode.py} +0 -0
- /spire/pdf/{PdfUnidimensionalBarcode.py → barcode/PdfUnidimensionalBarcode.py} +0 -0
- /spire/pdf/{TextLocation.py → barcode/TextLocation.py} +0 -0
- /spire/pdf/{PdfBookmarkWidget.py → bookmarks/PdfBookmarkWidget.py} +0 -0
- /spire/pdf/{PdfTextStyle.py → bookmarks/PdfTextStyle.py} +0 -0
- /spire/pdf/{PdfCalGrayColor.py → colorspace/PdfCalGrayColor.py} +0 -0
- /spire/pdf/{PdfCalGrayColorSpace.py → colorspace/PdfCalGrayColorSpace.py} +0 -0
- /spire/pdf/{PdfCalRGBColor.py → colorspace/PdfCalRGBColor.py} +0 -0
- /spire/pdf/{PdfCalRGBColorSpace.py → colorspace/PdfCalRGBColorSpace.py} +0 -0
- /spire/pdf/{PdfColorSpace.py → colorspace/PdfColorSpace.py} +0 -0
- /spire/pdf/{PdfColorSpaces.py → colorspace/PdfColorSpaces.py} +0 -0
- /spire/pdf/{PdfComplexColor.py → colorspace/PdfComplexColor.py} +0 -0
- /spire/pdf/{PdfDeviceColorSpace.py → colorspace/PdfDeviceColorSpace.py} +0 -0
- /spire/pdf/{PdfICCColor.py → colorspace/PdfICCColor.py} +0 -0
- /spire/pdf/{PdfKnownColor.py → colorspace/PdfKnownColor.py} +0 -0
- /spire/pdf/{PdfKnownColorSpace.py → colorspace/PdfKnownColorSpace.py} +0 -0
- /spire/pdf/{PdfLabColor.py → colorspace/PdfLabColor.py} +0 -0
- /spire/pdf/{PdfLabColorSpace.py → colorspace/PdfLabColorSpace.py} +0 -0
- /spire/pdf/{PdfSeparationColor.py → colorspace/PdfSeparationColor.py} +0 -0
- /spire/pdf/{PdfSeparationColorSpace.py → colorspace/PdfSeparationColorSpace.py} +0 -0
- /spire/pdf/{PdfCompareOptions.py → comparison/PdfCompareOptions.py} +0 -0
- /spire/pdf/{PdfComparer.py → comparison/PdfComparer.py} +0 -0
- /spire/pdf/{DocxOptions.py → conversion/DocxOptions.py} +0 -0
- /spire/pdf/{PdfGrayConverter.py → conversion/PdfGrayConverter.py} +0 -0
- /spire/pdf/{PdfStandardsConverter.py → conversion/PdfStandardsConverter.py} +0 -0
- /spire/pdf/{PdfToDocConverter.py → conversion/PdfToDocConverter.py} +0 -0
- /spire/pdf/{PdfToLinearizedPdfConverter.py → conversion/PdfToLinearizedPdfConverter.py} +0 -0
- /spire/pdf/{PdfToWordConverter.py → conversion/PdfToWordConverter.py} +0 -0
- /spire/pdf/{XlsxLineLayoutOptions.py → conversion/XlsxLineLayoutOptions.py} +0 -0
- /spire/pdf/{XlsxOptions.py → conversion/XlsxOptions.py} +0 -0
- /spire/pdf/{XlsxTextLayoutOptions.py → conversion/XlsxTextLayoutOptions.py} +0 -0
- /spire/pdf/{ImageQuality.py → conversion/compression/ImageQuality.py} +0 -0
- /spire/pdf/{OptimizationOptions.py → conversion/compression/OptimizationOptions.py} +0 -0
- /spire/pdf/{PdfCompressor.py → conversion/compression/PdfCompressor.py} +0 -0
- /spire/pdf/{CompressionLevel.py → document/CompressionLevel.py} +0 -0
- /spire/pdf/{CustomFieldType.py → document/CustomFieldType.py} +0 -0
- /spire/pdf/{HttpReadType.py → document/HttpReadType.py} +0 -0
- /spire/pdf/{ImageFormatType.py → document/ImageFormatType.py} +0 -0
- /spire/pdf/{FileRelatedFieldType.py → document/collections/FileRelatedFieldType.py} +0 -0
- /spire/pdf/{PdfDocumentPageCollection.py → document/collections/PdfDocumentPageCollection.py} +0 -0
- /spire/pdf/{PdfConformanceException.py → exceptions/PdfConformanceException.py} +0 -0
- /spire/pdf/{PdfDocumentException.py → exceptions/PdfDocumentException.py} +0 -0
- /spire/pdf/{PdfException.py → exceptions/PdfException.py} +0 -0
- /spire/pdf/{HttpMethod.py → fileds/HttpMethod.py} +0 -0
- /spire/pdf/{IPdfComboBoxField.py → fileds/IPdfComboBoxField.py} +0 -0
- /spire/pdf/{PdfAppearanceField.py → fileds/PdfAppearanceField.py} +0 -0
- /spire/pdf/{PdfBorderStyle.py → fileds/PdfBorderStyle.py} +0 -0
- /spire/pdf/{PdfButtonField.py → fileds/PdfButtonField.py} +0 -0
- /spire/pdf/{PdfButtonIconLayout.py → fileds/PdfButtonIconLayout.py} +0 -0
- /spire/pdf/{PdfButtonIconScaleMode.py → fileds/PdfButtonIconScaleMode.py} +0 -0
- /spire/pdf/{PdfButtonIconScaleReason.py → fileds/PdfButtonIconScaleReason.py} +0 -0
- /spire/pdf/{PdfButtonLayoutMode.py → fileds/PdfButtonLayoutMode.py} +0 -0
- /spire/pdf/{PdfCheckBoxField.py → fileds/PdfCheckBoxField.py} +0 -0
- /spire/pdf/{PdfCheckBoxStyle.py → fileds/PdfCheckBoxStyle.py} +0 -0
- /spire/pdf/{PdfCheckFieldBase.py → fileds/PdfCheckFieldBase.py} +0 -0
- /spire/pdf/{PdfComboBoxField.py → fileds/PdfComboBoxField.py} +0 -0
- /spire/pdf/{PdfField.py → fileds/PdfField.py} +0 -0
- /spire/pdf/{PdfFormFieldCollection.py → fileds/PdfFormFieldCollection.py} +0 -0
- /spire/pdf/{PdfHighlightMode.py → fileds/PdfHighlightMode.py} +0 -0
- /spire/pdf/{PdfListBoxField.py → fileds/PdfListBoxField.py} +0 -0
- /spire/pdf/{PdfListField.py → fileds/PdfListField.py} +0 -0
- /spire/pdf/{PdfListFieldItem.py → fileds/PdfListFieldItem.py} +0 -0
- /spire/pdf/{PdfListFieldItemCollection.py → fileds/PdfListFieldItemCollection.py} +0 -0
- /spire/pdf/{PdfRadioButtonItemCollection.py → fileds/PdfRadioButtonItemCollection.py} +0 -0
- /spire/pdf/{PdfRadioButtonListField.py → fileds/PdfRadioButtonListField.py} +0 -0
- /spire/pdf/{PdfRadioButtonListFieldWidget.py → fileds/PdfRadioButtonListFieldWidget.py} +0 -0
- /spire/pdf/{PdfSignatureAppearanceField.py → fileds/PdfSignatureAppearanceField.py} +0 -0
- /spire/pdf/{PdfSignatureField.py → fileds/PdfSignatureField.py} +0 -0
- /spire/pdf/{PdfSignatureStyledField.py → fileds/PdfSignatureStyledField.py} +0 -0
- /spire/pdf/{PdfStyledField.py → fileds/PdfStyledField.py} +0 -0
- /spire/pdf/{PdfTextBoxField.py → fileds/PdfTextBoxField.py} +0 -0
- /spire/pdf/{SubmitDataFormat.py → fileds/SubmitDataFormat.py} +0 -0
- /spire/pdf/{PdfAttachmentRelationship.py → general/PdfAttachmentRelationship.py} +0 -0
- /spire/pdf/{PdfDestination.py → general/PdfDestination.py} +0 -0
- /spire/pdf/{PdfDestinationMode.py → general/PdfDestinationMode.py} +0 -0
- /spire/pdf/{PdfEmbeddedFileSpecification.py → general/PdfEmbeddedFileSpecification.py} +0 -0
- /spire/pdf/{PdfFileSpecificationBase.py → general/PdfFileSpecificationBase.py} +0 -0
- /spire/pdf/{PdfSound.py → general/PdfSound.py} +0 -0
- /spire/pdf/{PdfSoundChannels.py → general/PdfSoundChannels.py} +0 -0
- /spire/pdf/{PdfSoundEncoding.py → general/PdfSoundEncoding.py} +0 -0
- /spire/pdf/{ImageType.py → graphics/ImageType.py} +0 -0
- /spire/pdf/{ImgData.py → graphics/ImgData.py} +0 -0
- /spire/pdf/{LayerExportState.py → graphics/LayerExportState.py} +0 -0
- /spire/pdf/{LayerPrintState.py → graphics/LayerPrintState.py} +0 -0
- /spire/pdf/{LayerViewState.py → graphics/LayerViewState.py} +0 -0
- /spire/pdf/{LineInfo.py → graphics/LineInfo.py} +0 -0
- /spire/pdf/{LineType.py → graphics/LineType.py} +0 -0
- /spire/pdf/{PdfBlend.py → graphics/PdfBlend.py} +0 -0
- /spire/pdf/{PdfBlendBase.py → graphics/PdfBlendBase.py} +0 -0
- /spire/pdf/{PdfBlendMode.py → graphics/PdfBlendMode.py} +0 -0
- /spire/pdf/{PdfBrush.py → graphics/PdfBrush.py} +0 -0
- /spire/pdf/{PdfBrushes.py → graphics/PdfBrushes.py} +0 -0
- /spire/pdf/{PdfCjkFontFamily.py → graphics/PdfCjkFontFamily.py} +0 -0
- /spire/pdf/{PdfCjkStandardFont.py → graphics/PdfCjkStandardFont.py} +0 -0
- /spire/pdf/{PdfColorBlend.py → graphics/PdfColorBlend.py} +0 -0
- /spire/pdf/{PdfColorMask.py → graphics/PdfColorMask.py} +0 -0
- /spire/pdf/{PdfDashStyle.py → graphics/PdfDashStyle.py} +0 -0
- /spire/pdf/{PdfDrawWidget.py → graphics/PdfDrawWidget.py} +0 -0
- /spire/pdf/{PdfExtend.py → graphics/PdfExtend.py} +0 -0
- /spire/pdf/{PdfFillElement.py → graphics/PdfFillElement.py} +0 -0
- /spire/pdf/{PdfFillMode.py → graphics/PdfFillMode.py} +0 -0
- /spire/pdf/{PdfFont.py → graphics/PdfFont.py} +0 -0
- /spire/pdf/{PdfFontBase.py → graphics/PdfFontBase.py} +0 -0
- /spire/pdf/{PdfFontFamily.py → graphics/PdfFontFamily.py} +0 -0
- /spire/pdf/{PdfFontStyle.py → graphics/PdfFontStyle.py} +0 -0
- /spire/pdf/{PdfFontType.py → graphics/PdfFontType.py} +0 -0
- /spire/pdf/{PdfGradientBrush.py → graphics/PdfGradientBrush.py} +0 -0
- /spire/pdf/{PdfGraphicsState.py → graphics/PdfGraphicsState.py} +0 -0
- /spire/pdf/{PdfGraphicsUnit.py → graphics/PdfGraphicsUnit.py} +0 -0
- /spire/pdf/{PdfGraphicsWidget.py → graphics/PdfGraphicsWidget.py} +0 -0
- /spire/pdf/{PdfImage.py → graphics/PdfImage.py} +0 -0
- /spire/pdf/{PdfImageType.py → graphics/PdfImageType.py} +0 -0
- /spire/pdf/{PdfLayoutBreakType.py → graphics/PdfLayoutBreakType.py} +0 -0
- /spire/pdf/{PdfLayoutHTMLResult.py → graphics/PdfLayoutHTMLResult.py} +0 -0
- /spire/pdf/{PdfLayoutParams.py → graphics/PdfLayoutParams.py} +0 -0
- /spire/pdf/{PdfLayoutResult.py → graphics/PdfLayoutResult.py} +0 -0
- /spire/pdf/{PdfLayoutType.py → graphics/PdfLayoutType.py} +0 -0
- /spire/pdf/{PdfLayoutWidget.py → graphics/PdfLayoutWidget.py} +0 -0
- /spire/pdf/{PdfLineCap.py → graphics/PdfLineCap.py} +0 -0
- /spire/pdf/{PdfLineJoin.py → graphics/PdfLineJoin.py} +0 -0
- /spire/pdf/{PdfLinearGradientBrush.py → graphics/PdfLinearGradientBrush.py} +0 -0
- /spire/pdf/{PdfLinearGradientMode.py → graphics/PdfLinearGradientMode.py} +0 -0
- /spire/pdf/{PdfMask.py → graphics/PdfMask.py} +0 -0
- /spire/pdf/{PdfMatrix.py → graphics/PdfMatrix.py} +0 -0
- /spire/pdf/{PdfMatrixOrder.py → graphics/PdfMatrixOrder.py} +0 -0
- /spire/pdf/{PdfMetafile.py → graphics/PdfMetafile.py} +0 -0
- /spire/pdf/{PdfMetafileLayoutFormat.py → graphics/PdfMetafileLayoutFormat.py} +0 -0
- /spire/pdf/{PdfPath.py → graphics/PdfPath.py} +0 -0
- /spire/pdf/{PdfPen.py → graphics/PdfPen.py} +0 -0
- /spire/pdf/{PdfPens.py → graphics/PdfPens.py} +0 -0
- /spire/pdf/{PdfRGBColor.py → graphics/PdfRGBColor.py} +0 -0
- /spire/pdf/{PdfRadialGradientBrush.py → graphics/PdfRadialGradientBrush.py} +0 -0
- /spire/pdf/{PdfShapeWidget.py → graphics/PdfShapeWidget.py} +0 -0
- /spire/pdf/{PdfSolidBrush.py → graphics/PdfSolidBrush.py} +0 -0
- /spire/pdf/{PdfStringLayoutResult.py → graphics/PdfStringLayoutResult.py} +0 -0
- /spire/pdf/{PdfStringLayouter.py → graphics/PdfStringLayouter.py} +0 -0
- /spire/pdf/{PdfSubSuperScript.py → graphics/PdfSubSuperScript.py} +0 -0
- /spire/pdf/{PdfTextAlignment.py → graphics/PdfTextAlignment.py} +0 -0
- /spire/pdf/{PdfTextLayout.py → graphics/PdfTextLayout.py} +0 -0
- /spire/pdf/{PdfTextLayoutResult.py → graphics/PdfTextLayoutResult.py} +0 -0
- /spire/pdf/{PdfTextWidget.py → graphics/PdfTextWidget.py} +0 -0
- /spire/pdf/{PdfTilingBrush.py → graphics/PdfTilingBrush.py} +0 -0
- /spire/pdf/{PdfTrueTypeFont.py → graphics/PdfTrueTypeFont.py} +0 -0
- /spire/pdf/{PdfUnitConvertor.py → graphics/PdfUnitConvertor.py} +0 -0
- /spire/pdf/{PdfVerticalAlignment.py → graphics/PdfVerticalAlignment.py} +0 -0
- /spire/pdf/{PdfWordWrapType.py → graphics/PdfWordWrapType.py} +0 -0
- /spire/pdf/{PdfUsedFont.py → graphics/fonts/PdfUsedFont.py} +0 -0
- /spire/pdf/{PdfLayerCollection.py → graphics/layer/PdfLayerCollection.py} +0 -0
- /spire/pdf/{PdfLayerOutline.py → graphics/layer/PdfLayerOutline.py} +0 -0
- /spire/pdf/{PdfVisibility.py → graphics/layer/PdfVisibility.py} +0 -0
- /spire/pdf/{PdfGridCellCollection.py → grid/PdfGridCellCollection.py} +0 -0
- /spire/pdf/{PdfGridCellContent.py → grid/PdfGridCellContent.py} +0 -0
- /spire/pdf/{PdfGridCellContentList.py → grid/PdfGridCellContentList.py} +0 -0
- /spire/pdf/{PdfGridCellStyle.py → grid/PdfGridCellStyle.py} +0 -0
- /spire/pdf/{PdfGridColumnCollection.py → grid/PdfGridColumnCollection.py} +0 -0
- /spire/pdf/{PdfGridHeaderCollection.py → grid/PdfGridHeaderCollection.py} +0 -0
- /spire/pdf/{PdfGridLayoutFormat.py → grid/PdfGridLayoutFormat.py} +0 -0
- /spire/pdf/{PdfGridLayoutResult.py → grid/PdfGridLayoutResult.py} +0 -0
- /spire/pdf/{PdfGridRowStyle.py → grid/PdfGridRowStyle.py} +0 -0
- /spire/pdf/{PdfGridStyle.py → grid/PdfGridStyle.py} +0 -0
- /spire/pdf/{PdfGridStyleBase.py → grid/PdfGridStyleBase.py} +0 -0
- /spire/pdf/{PdfHorizontalOverflowType.py → grid/PdfHorizontalOverflowType.py} +0 -0
- /spire/pdf/{PDF3DAnimationType.py → interactive/PDF3DAnimationType.py} +0 -0
- /spire/pdf/{Pdf3DActivationMode.py → interactive/Pdf3DActivationMode.py} +0 -0
- /spire/pdf/{Pdf3DActivationState.py → interactive/Pdf3DActivationState.py} +0 -0
- /spire/pdf/{Pdf3DDeactivationMode.py → interactive/Pdf3DDeactivationMode.py} +0 -0
- /spire/pdf/{Pdf3DDeactivationState.py → interactive/Pdf3DDeactivationState.py} +0 -0
- /spire/pdf/{PdfHorizontalAlignment.py → interactive/annotations/PdfHorizontalAlignment.py} +0 -0
- /spire/pdf/{GraphicMode.py → interactive/digitalSignatures/GraphicMode.py} +0 -0
- /spire/pdf/{IOCSPService.py → interactive/digitalSignatures/IOCSPService.py} +0 -0
- /spire/pdf/{ITSAService.py → interactive/digitalSignatures/ITSAService.py} +0 -0
- /spire/pdf/{OCSPHttpService.py → interactive/digitalSignatures/OCSPHttpService.py} +0 -0
- /spire/pdf/{PdfMDPSignatureMaker.py → interactive/digitalSignatures/PdfMDPSignatureMaker.py} +0 -0
- /spire/pdf/{PdfOrdinarySignatureMaker.py → interactive/digitalSignatures/PdfOrdinarySignatureMaker.py} +0 -0
- /spire/pdf/{PdfPKCS7Formatter.py → interactive/digitalSignatures/PdfPKCS7Formatter.py} +0 -0
- /spire/pdf/{PdfSignature.py → interactive/digitalSignatures/PdfSignature.py} +0 -0
- /spire/pdf/{PdfSignatureMaker.py → interactive/digitalSignatures/PdfSignatureMaker.py} +0 -0
- /spire/pdf/{PdfSignatureProperties.py → interactive/digitalSignatures/PdfSignatureProperties.py} +0 -0
- /spire/pdf/{SignImageLayout.py → interactive/digitalSignatures/SignImageLayout.py} +0 -0
- /spire/pdf/{TSAHttpService.py → interactive/digitalSignatures/TSAHttpService.py} +0 -0
- /spire/pdf/{ArtifactPropertyList.py → interchange/taggedpdf/ArtifactPropertyList.py} +0 -0
- /spire/pdf/{IStructureNode.py → interchange/taggedpdf/IStructureNode.py} +0 -0
- /spire/pdf/{PdfAttributeOwner.py → interchange/taggedpdf/PdfAttributeOwner.py} +0 -0
- /spire/pdf/{PdfStandardStructTypes.py → interchange/taggedpdf/PdfStandardStructTypes.py} +0 -0
- /spire/pdf/{PdfStructContentItem.py → interchange/taggedpdf/PdfStructContentItem.py} +0 -0
- /spire/pdf/{PdfStructureAttributes.py → interchange/taggedpdf/PdfStructureAttributes.py} +0 -0
- /spire/pdf/{PdfStructureTreeRoot.py → interchange/taggedpdf/PdfStructureTreeRoot.py} +0 -0
- /spire/pdf/{PdfTaggedContent.py → interchange/taggedpdf/PdfTaggedContent.py} +0 -0
- /spire/pdf/{PdfListBase.py → lists/PdfListBase.py} +0 -0
- /spire/pdf/{PdfListItem.py → lists/PdfListItem.py} +0 -0
- /spire/pdf/{PdfListMarkerAlignment.py → lists/PdfListMarkerAlignment.py} +0 -0
- /spire/pdf/{PdfMarkerBase.py → lists/PdfMarkerBase.py} +0 -0
- /spire/pdf/{PdfOrderedMarker.py → lists/PdfOrderedMarker.py} +0 -0
- /spire/pdf/{PdfUnorderedMarkerStyle.py → lists/PdfUnorderedMarkerStyle.py} +0 -0
- /spire/pdf/{ConfiguerGraphicType.py → security/ConfiguerGraphicType.py} +0 -0
- /spire/pdf/{PdfCertificate.py → security/PdfCertificate.py} +0 -0
- /spire/pdf/{PdfCertificationFlags.py → security/PdfCertificationFlags.py} +0 -0
- /spire/pdf/{PdfEncryptionKeySize.py → security/PdfEncryptionKeySize.py} +0 -0
- /spire/pdf/{PdfPermissionsFlags.py → security/PdfPermissionsFlags.py} +0 -0
- /spire/pdf/{Security_GraphicMode.py → security/Security_GraphicMode.py} +0 -0
- /spire/pdf/{Security_PdfSignature.py → security/Security_PdfSignature.py} +0 -0
- /spire/pdf/{Security_SignImageLayout.py → security/Security_SignImageLayout.py} +0 -0
- /spire/pdf/{SignInfoType.py → security/SignInfoType.py} +0 -0
- /spire/pdf/{SignTextAlignment.py → security/SignTextAlignment.py} +0 -0
- /spire/pdf/{SignatureConfiguerText.py → security/SignatureConfiguerText.py} +0 -0
- /spire/pdf/{StoreType.py → security/StoreType.py} +0 -0
- /spire/pdf/{PdfCellStyle.py → tables/PdfCellStyle.py} +0 -0
- /spire/pdf/{PdfColumn.py → tables/PdfColumn.py} +0 -0
- /spire/pdf/{PdfHeaderSource.py → tables/PdfHeaderSource.py} +0 -0
- /spire/pdf/{PdfRow.py → tables/PdfRow.py} +0 -0
- /spire/pdf/{PdfTable.py → tables/PdfTable.py} +0 -0
- /spire/pdf/{PdfTableDataSourceType.py → tables/PdfTableDataSourceType.py} +0 -0
- /spire/pdf/{PdfTableException.py → tables/PdfTableException.py} +0 -0
- /spire/pdf/{PdfTableExtractor.py → tables/PdfTableExtractor.py} +0 -0
- /spire/pdf/{PdfTableLayoutFormat.py → tables/PdfTableLayoutFormat.py} +0 -0
- /spire/pdf/{PdfTableLayoutResult.py → tables/PdfTableLayoutResult.py} +0 -0
- /spire/pdf/{PdfTableStyle.py → tables/PdfTableStyle.py} +0 -0
- /spire/pdf/{TableWidthType.py → tables/TableWidthType.py} +0 -0
- /spire/pdf/{PdfTextExtractOptions.py → texts/PdfTextExtractOptions.py} +0 -0
- /spire/pdf/{PdfTextExtractor.py → texts/PdfTextExtractor.py} +0 -0
- /spire/pdf/{PdfTextFind.py → texts/PdfTextFind.py} +0 -0
- /spire/pdf/{PdfTextFindCollection.py → texts/PdfTextFindCollection.py} +0 -0
- /spire/pdf/{PdfTextFindOptions.py → texts/PdfTextFindOptions.py} +0 -0
- /spire/pdf/{PdfTextFinder.py → texts/PdfTextFinder.py} +0 -0
- /spire/pdf/{PdfTextReplaceOptions.py → texts/PdfTextReplaceOptions.py} +0 -0
- /spire/pdf/{PdfTextReplacer.py → texts/PdfTextReplacer.py} +0 -0
- /spire/pdf/{PdfTextState.py → texts/PdfTextState.py} +0 -0
- /spire/pdf/{ReplaceActionType.py → texts/ReplaceActionType.py} +0 -0
- /spire/pdf/{SimpleTextExtractionStrategy.py → texts/SimpleTextExtractionStrategy.py} +0 -0
- /spire/pdf/{TextAlign.py → texts/TextAlign.py} +0 -0
- /spire/pdf/{TextFindParameter.py → texts/TextFindParameter.py} +0 -0
- /spire/pdf/{BookletOptions.py → utilities/BookletOptions.py} +0 -0
- /spire/pdf/{MergerOptions.py → utilities/MergerOptions.py} +0 -0
- /spire/pdf/{PdfBookletBindingMode.py → utilities/PdfBookletBindingMode.py} +0 -0
- /spire/pdf/{PdfBookletCreator.py → utilities/PdfBookletCreator.py} +0 -0
- /spire/pdf/{PdfImageHelper.py → utilities/PdfImageHelper.py} +0 -0
- /spire/pdf/{PdfImageMask.py → utilities/PdfImageMask.py} +0 -0
- /spire/pdf/{PdfMerger.py → utilities/PdfMerger.py} +0 -0
- /spire/pdf/{Utilities_PdfImageInfo.py → utilities/Utilities_PdfImageInfo.py} +0 -0
- /spire/pdf/{Utilities_PdfTable.py → utilities/Utilities_PdfTable.py} +0 -0
- /spire/pdf/{DataFormat.py → widget/DataFormat.py} +0 -0
- /spire/pdf/{IPdfTextBoxField.py → widget/IPdfTextBoxField.py} +0 -0
- /spire/pdf/{PdfButtonWidgetFieldWidget.py → widget/PdfButtonWidgetFieldWidget.py} +0 -0
- /spire/pdf/{PdfButtonWidgetItemCollection.py → widget/PdfButtonWidgetItemCollection.py} +0 -0
- /spire/pdf/{PdfButtonWidgetWidgetItem.py → widget/PdfButtonWidgetWidgetItem.py} +0 -0
- /spire/pdf/{PdfCheckBoxWidgetWidgetItem.py → widget/PdfCheckBoxWidgetWidgetItem.py} +0 -0
- /spire/pdf/{PdfCheckBoxWidgetWidgetItemCollection.py → widget/PdfCheckBoxWidgetWidgetItemCollection.py} +0 -0
- /spire/pdf/{PdfChoiceWidgetFieldWidget.py → widget/PdfChoiceWidgetFieldWidget.py} +0 -0
- /spire/pdf/{PdfComboBoxWidgetItemCollection.py → widget/PdfComboBoxWidgetItemCollection.py} +0 -0
- /spire/pdf/{PdfComboBoxWidgetWidgetItem.py → widget/PdfComboBoxWidgetWidgetItem.py} +0 -0
- /spire/pdf/{PdfFieldWidgetImportError.py → widget/PdfFieldWidgetImportError.py} +0 -0
- /spire/pdf/{PdfFieldWidgetItem.py → widget/PdfFieldWidgetItem.py} +0 -0
- /spire/pdf/{PdfFormWidget.py → widget/PdfFormWidget.py} +0 -0
- /spire/pdf/{PdfListFieldWidgetItem.py → widget/PdfListFieldWidgetItem.py} +0 -0
- /spire/pdf/{PdfListWidgetFieldItemCollection.py → widget/PdfListWidgetFieldItemCollection.py} +0 -0
- /spire/pdf/{PdfListWidgetItem.py → widget/PdfListWidgetItem.py} +0 -0
- /spire/pdf/{PdfPageCollection.py → widget/PdfPageCollection.py} +0 -0
- /spire/pdf/{PdfPageWidgetEnumerator.py → widget/PdfPageWidgetEnumerator.py} +0 -0
- /spire/pdf/{PdfRadioButtonWidgetItem.py → widget/PdfRadioButtonWidgetItem.py} +0 -0
- /spire/pdf/{PdfRadioButtonWidgetWidgetItemCollection.py → widget/PdfRadioButtonWidgetWidgetItemCollection.py} +0 -0
- /spire/pdf/{PdfStateFieldWidget.py → widget/PdfStateFieldWidget.py} +0 -0
- /spire/pdf/{PdfStateItemCollection.py → widget/PdfStateItemCollection.py} +0 -0
- /spire/pdf/{PdfStateWidgetItem.py → widget/PdfStateWidgetItem.py} +0 -0
- /spire/pdf/{PdfStateWidgetItemCollection.py → widget/PdfStateWidgetItemCollection.py} +0 -0
- /spire/pdf/{PdfStyledFieldWidget.py → widget/PdfStyledFieldWidget.py} +0 -0
- /spire/pdf/{PdfTexBoxWidgetItem.py → widget/PdfTexBoxWidgetItem.py} +0 -0
- /spire/pdf/{PdfTextBoxFieldWidget.py → widget/PdfTextBoxFieldWidget.py} +0 -0
- /spire/pdf/{PdfTextBoxWidgetItemCollection.py → widget/PdfTextBoxWidgetItemCollection.py} +0 -0
- /spire/pdf/{XFAForm.py → widget/XFAForm.py} +0 -0
- /spire/pdf/{XfaBarcodeField.py → widget/XfaBarcodeField.py} +0 -0
- /spire/pdf/{XfaButtonField.py → widget/XfaButtonField.py} +0 -0
- /spire/pdf/{XfaCheckButtonField.py → widget/XfaCheckButtonField.py} +0 -0
- /spire/pdf/{XfaDoubleField.py → widget/XfaDoubleField.py} +0 -0
- /spire/pdf/{XfaField.py → widget/XfaField.py} +0 -0
- /spire/pdf/{XfaFloatField.py → widget/XfaFloatField.py} +0 -0
- /spire/pdf/{XfaImageField.py → widget/XfaImageField.py} +0 -0
- /spire/pdf/{XfaIntField.py → widget/XfaIntField.py} +0 -0
- /spire/pdf/{XfaSignatureField.py → widget/XfaSignatureField.py} +0 -0
- /spire/pdf/{XfaTextField.py → widget/XfaTextField.py} +0 -0
- {spire_pdf-11.6.1.dist-info → spire_pdf-11.7.0.dist-info}/WHEEL +0 -0
- {spire_pdf-11.6.1.dist-info → spire_pdf-11.7.0.dist-info}/top_level.txt +0 -0
|
@@ -62,8 +62,8 @@ class PdfStructureElement(SpireObject):
|
|
|
62
62
|
def AppendChildElement(self, structureType: str) -> 'PdfStructureElement':
|
|
63
63
|
"""
|
|
64
64
|
Append structure type element.
|
|
65
|
-
:
|
|
66
|
-
:
|
|
65
|
+
Args: structureType: The structure type.
|
|
66
|
+
Returns: The pdf structure type element.
|
|
67
67
|
"""
|
|
68
68
|
GetDllLibPdf().PdfStructureElement_AppendChildElement.argtypes = [c_void_p, c_wchar_p]
|
|
69
69
|
GetDllLibPdf().PdfStructureElement_AppendChildElement.restype = c_void_p
|
|
@@ -75,8 +75,8 @@ class PdfStructureElement(SpireObject):
|
|
|
75
75
|
def GetAttributes(self, owner: PdfAttributeOwner) -> PdfStructureAttributes:
|
|
76
76
|
"""
|
|
77
77
|
Get the owner's attributes.
|
|
78
|
-
:
|
|
79
|
-
:
|
|
78
|
+
Args: owner: The owner.
|
|
79
|
+
Returns: The owner's attributes.
|
|
80
80
|
"""
|
|
81
81
|
intPtrowner: c_void_p = owner.Ptr
|
|
82
82
|
|
|
@@ -89,8 +89,8 @@ class PdfStructureElement(SpireObject):
|
|
|
89
89
|
def AddAttributes(self, owner: 'PdfAttributeOwner') -> 'PdfStructureAttributes':
|
|
90
90
|
"""
|
|
91
91
|
Add the owner's attributes.
|
|
92
|
-
:
|
|
93
|
-
:
|
|
92
|
+
Args: owner: The owner.
|
|
93
|
+
Returns: The owner's attributes.
|
|
94
94
|
"""
|
|
95
95
|
intPtrowner: c_void_p = owner.Ptr
|
|
96
96
|
|
|
@@ -104,7 +104,7 @@ class PdfStructureElement(SpireObject):
|
|
|
104
104
|
def BeginMarkedContent(self, page: PdfPageBase):
|
|
105
105
|
"""
|
|
106
106
|
Begin a marked-content sequence of objects within the content stream.
|
|
107
|
-
:
|
|
107
|
+
Args: page: The pdf page.
|
|
108
108
|
"""
|
|
109
109
|
intPtrpage: c_void_p = page.Ptr
|
|
110
110
|
|
|
@@ -115,8 +115,8 @@ class PdfStructureElement(SpireObject):
|
|
|
115
115
|
def BeginMarkedContent(self, page: PdfPageBase, artifactPropertyList: ArtifactPropertyList):
|
|
116
116
|
"""
|
|
117
117
|
Begin a marked-content sequence of objects within the content stream.
|
|
118
|
-
:
|
|
119
|
-
:
|
|
118
|
+
Args: page: The pdf page.
|
|
119
|
+
Args: artifactPropertyList: The artifact property list.
|
|
120
120
|
"""
|
|
121
121
|
intPtrpage: c_void_p = page.Ptr
|
|
122
122
|
intPtrartifactPropertyList: c_void_p = artifactPropertyList.Ptr
|
|
@@ -127,7 +127,7 @@ class PdfStructureElement(SpireObject):
|
|
|
127
127
|
def EndMarkedContent(self, page: 'PdfPageBase'):
|
|
128
128
|
"""
|
|
129
129
|
End a marked-content sequence of objects within the content stream.
|
|
130
|
-
:
|
|
130
|
+
Args: page: The pdf page.
|
|
131
131
|
"""
|
|
132
132
|
intPtrpage: c_void_p = page.Ptr
|
|
133
133
|
|
|
File without changes
|
|
Binary file
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from plum import dispatch
|
|
3
|
+
from functools import singledispatch
|
|
4
|
+
from typing import TypeVar, Union, Generic, List, Tuple
|
|
5
|
+
from spire.pdf.common import *
|
|
6
|
+
from spire.pdf import *
|
|
7
|
+
from ctypes import *
|
|
8
|
+
import abc
|
|
9
|
+
|
|
10
|
+
class LicenseProvider(SpireObject):
|
|
11
|
+
@singledispatch
|
|
12
|
+
@staticmethod
|
|
13
|
+
def SetLicense(licenseFile):
|
|
14
|
+
raise TypeError("Unsupport Type")
|
|
15
|
+
|
|
16
|
+
@SetLicense.register
|
|
17
|
+
def _SetLicense(licenseFile:str):
|
|
18
|
+
"""
|
|
19
|
+
Provides a license by a license file path, which will be used for loading license.
|
|
20
|
+
|
|
21
|
+
Parameters:
|
|
22
|
+
licenseFileFullPath:
|
|
23
|
+
License file full path.
|
|
24
|
+
"""
|
|
25
|
+
GetDllLibPdf().LicenseProvider_SetLicenseFileFullPath.argtypes=[ c_wchar_p]
|
|
26
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_SetLicenseFileFullPath, licenseFile)
|
|
27
|
+
|
|
28
|
+
@SetLicense.register
|
|
29
|
+
def _SetLicense(licenseFile:Stream):
|
|
30
|
+
"""
|
|
31
|
+
Provides a license by a license stream, which will be used for loading license.
|
|
32
|
+
|
|
33
|
+
Parameters:
|
|
34
|
+
licenseFileStream:
|
|
35
|
+
License data stream.
|
|
36
|
+
"""
|
|
37
|
+
intPtrstream:c_void_p = licenseFile.Ptr
|
|
38
|
+
GetDllLibPdf().LicenseProvider_SetLicenseFileStream.argtypes=[ c_void_p]
|
|
39
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_SetLicenseFileStream, intPtrstream)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
#@staticmethod
|
|
43
|
+
#def SetLicenseFileFullPath(licenseFileFullPath:str):
|
|
44
|
+
# """
|
|
45
|
+
# Provides a license by a license file path, which will be used for loading license.
|
|
46
|
+
# Args:
|
|
47
|
+
# licenseFileFullPath: License file full path.
|
|
48
|
+
# """
|
|
49
|
+
# GetDllLibPdf().SetLicenseFileFullPath.argtypes=[ c_wchar_p]
|
|
50
|
+
# CallCFunction(GetDllLibPdf().SetLicenseFileFullPath, licenseFileFullPath)
|
|
51
|
+
|
|
52
|
+
@staticmethod
|
|
53
|
+
def SetLicenseFileName(licenseFileName:str):
|
|
54
|
+
"""
|
|
55
|
+
Sets the license file name, which will be used for loading license.
|
|
56
|
+
Args:
|
|
57
|
+
licenseFileName: License file name.
|
|
58
|
+
"""
|
|
59
|
+
GetDllLibPdf().LicenseProvider_SetLicenseFileName.argtypes=[ c_wchar_p]
|
|
60
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_SetLicenseFileName, licenseFileName)
|
|
61
|
+
|
|
62
|
+
# @staticmethod
|
|
63
|
+
# def SetLicenseFileStream(stream:Stream):
|
|
64
|
+
# """
|
|
65
|
+
# Provides a license by a license stream, which will be used for loading license.
|
|
66
|
+
#Args:
|
|
67
|
+
# stream: License data stream.
|
|
68
|
+
# """
|
|
69
|
+
# intPtrstream:c_void_p = stream.Ptr
|
|
70
|
+
# GetDllLibPdf().SetLicenseFileStream.argtypes=[ c_void_p]
|
|
71
|
+
# CallCFunction(GetDllLibPdf().SetLicenseFileStream, intPtrstream)
|
|
72
|
+
|
|
73
|
+
@staticmethod
|
|
74
|
+
def SetLicenseKey(*args, **kwargs):
|
|
75
|
+
"""
|
|
76
|
+
Provides a license by a license key, which will be used for loading license.
|
|
77
|
+
|
|
78
|
+
Parameters:
|
|
79
|
+
key:
|
|
80
|
+
The value of the Key attribute of the element License of you license xml file.
|
|
81
|
+
|
|
82
|
+
useDevOrTestLicense(could be None):
|
|
83
|
+
Indicates whether to apply a development or test license.
|
|
84
|
+
"""
|
|
85
|
+
if len(args) == 1:
|
|
86
|
+
keyStr = args[0]
|
|
87
|
+
GetDllLibPdf().LicenseProvider_SetLicenseKey.argtypes=[c_wchar_p]
|
|
88
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_SetLicenseKey, keyStr)
|
|
89
|
+
elif len(args) == 2:
|
|
90
|
+
keyStr = args[0]
|
|
91
|
+
useDevOrTestLicense = args[1]
|
|
92
|
+
GetDllLibPdf().LicenseProvider_SetLicenseKeyUseDevOrTestLicense.argtypes=[c_wchar_p, c_bool]
|
|
93
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_SetLicenseKeyUseDevOrTestLicense, keyStr, useDevOrTestLicense)
|
|
94
|
+
|
|
95
|
+
#@staticmethod
|
|
96
|
+
#def SetLicenseKey(key:str):
|
|
97
|
+
# """
|
|
98
|
+
# Provides a license by a license key, which will be used for loading license.
|
|
99
|
+
# Args:
|
|
100
|
+
# stream: The value of the Key attribute of the element License of you license xml file.
|
|
101
|
+
# """
|
|
102
|
+
# GetDllLibPdf().SetLicenseKey.argtypes=[ c_void_p]
|
|
103
|
+
# CallCFunction(GetDllLibPdf().SetLicenseKey, key)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
#@staticmethod
|
|
107
|
+
#def SetLicenseKeyUseDevOrTestLicense(key:str,useDevOrTestLicense:bool):
|
|
108
|
+
# """
|
|
109
|
+
# Sets the license key required for license loading, and specifies whether to use a development or test license.
|
|
110
|
+
# Args:
|
|
111
|
+
# key: The value of the Key attribute of the element License of you license xml file.
|
|
112
|
+
# useDevOrTestLicense: Indicates whether to apply a development or test license.
|
|
113
|
+
# """
|
|
114
|
+
# GetDllLibPdf().SetLicenseKeyUseDevOrTestLicense.argtypes=[ c_wchar_p,c_bool]
|
|
115
|
+
# CallCFunction(GetDllLibPdf().SetLicenseKeyUseDevOrTestLicense, key,useDevOrTestLicense)
|
|
116
|
+
|
|
117
|
+
@staticmethod
|
|
118
|
+
def UnbindDevelopmentOrTestingLicenses()->bool:
|
|
119
|
+
"""
|
|
120
|
+
Unbind development or testing licenses.
|
|
121
|
+
Only development or testing licenses can be unbound, deployment licenses cannot be unbound.
|
|
122
|
+
The approach to lifting development or testing licenses does not allow frequent invocation by the same machine code,
|
|
123
|
+
mandating a two-hour wait period before it can be invoked again.
|
|
124
|
+
|
|
125
|
+
Returns:
|
|
126
|
+
Returns true if the unbinding operation was successful; otherwise, false.
|
|
127
|
+
"""
|
|
128
|
+
GetDllLibPdf().LicenseProvider_UnbindDevelopmentOrTestingLicenses.restype=c_bool
|
|
129
|
+
ret = CallCFunction(GetDllLibPdf().LicenseProvider_UnbindDevelopmentOrTestingLicenses)
|
|
130
|
+
return ret
|
|
131
|
+
|
|
132
|
+
@staticmethod
|
|
133
|
+
def ClearLicense():
|
|
134
|
+
"""
|
|
135
|
+
Clear all cached license.
|
|
136
|
+
"""
|
|
137
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_ClearLicense)
|
|
138
|
+
|
|
139
|
+
@staticmethod
|
|
140
|
+
def LoadLicense():
|
|
141
|
+
"""
|
|
142
|
+
Load the license provided by current setting to the license cache.
|
|
143
|
+
"""
|
|
144
|
+
CallCFunction(GetDllLibPdf().LicenseProvider_LoadLicense)
|
|
145
|
+
|
|
146
|
+
|
|
File without changes
|
|
@@ -25,7 +25,7 @@ class PdfList(PdfListBase):
|
|
|
25
25
|
"""
|
|
26
26
|
Initializes a new instance of the PdfList class with the specified items.
|
|
27
27
|
|
|
28
|
-
:
|
|
28
|
+
Args: items: The items to be added to the list.
|
|
29
29
|
"""
|
|
30
30
|
ptrItem: c_void_p = items.Ptr
|
|
31
31
|
GetDllLibPdf().PdfList_CreatePdfListI.argtypes = [c_void_p]
|
|
@@ -38,7 +38,7 @@ class PdfList(PdfListBase):
|
|
|
38
38
|
"""
|
|
39
39
|
Initializes a new instance of the PdfList class with the specified font.
|
|
40
40
|
|
|
41
|
-
:
|
|
41
|
+
Args: font: The font to be used in the list.
|
|
42
42
|
"""
|
|
43
43
|
ptrFont: c_void_p = font.Ptr
|
|
44
44
|
GetDllLibPdf().PdfList_CreatePdfListF.argtypes = [c_void_p]
|
|
@@ -51,7 +51,7 @@ class PdfList(PdfListBase):
|
|
|
51
51
|
"""
|
|
52
52
|
Initializes a new instance of the PdfList class with the specified marker.
|
|
53
53
|
|
|
54
|
-
:
|
|
54
|
+
Args: marker: The marker to be used in the list.
|
|
55
55
|
"""
|
|
56
56
|
ptrMarker: c_void_p = marker.Ptr
|
|
57
57
|
GetDllLibPdf().PdfList_CreatePdfListM.argtypes = [c_void_p]
|
|
@@ -64,8 +64,8 @@ class PdfList(PdfListBase):
|
|
|
64
64
|
"""
|
|
65
65
|
Initializes a new instance of the PdfList class with the specified items and marker.
|
|
66
66
|
|
|
67
|
-
:
|
|
68
|
-
:
|
|
67
|
+
Args: items: The items to be added to the list.
|
|
68
|
+
Args: marker: The marker to be used in the list.
|
|
69
69
|
"""
|
|
70
70
|
ptrItem: c_void_p = items.Ptr
|
|
71
71
|
ptrMarker: c_void_p = marker.Ptr
|
|
@@ -79,7 +79,7 @@ class PdfList(PdfListBase):
|
|
|
79
79
|
"""
|
|
80
80
|
Initializes a new instance of the PdfList class with the specified text.
|
|
81
81
|
|
|
82
|
-
:
|
|
82
|
+
Args: text: The text to be added to the list.
|
|
83
83
|
"""
|
|
84
84
|
GetDllLibPdf().PdfList_CreatePdfListT.argtypes = [c_wchar_p]
|
|
85
85
|
GetDllLibPdf().PdfList_CreatePdfListT.restype = c_void_p
|
|
@@ -91,8 +91,8 @@ class PdfList(PdfListBase):
|
|
|
91
91
|
"""
|
|
92
92
|
Initializes a new instance of the PdfList class with the specified text and marker.
|
|
93
93
|
|
|
94
|
-
:
|
|
95
|
-
:
|
|
94
|
+
Args: text: The text to be added to the list.
|
|
95
|
+
Args: marker: The marker to be used in the list.
|
|
96
96
|
"""
|
|
97
97
|
ptrMarker: c_void_p = marker.Ptr
|
|
98
98
|
GetDllLibPdf().PdfList_CreatePdfListTM.argtypes = [c_wchar_p, c_void_p]
|
|
@@ -116,7 +116,7 @@ class PdfList(PdfListBase):
|
|
|
116
116
|
"""
|
|
117
117
|
Sets the marker of the list.
|
|
118
118
|
|
|
119
|
-
:
|
|
119
|
+
Args: value: The marker to be set.
|
|
120
120
|
"""
|
|
121
121
|
GetDllLibPdf().PdfList_set_Marker.argtypes = [c_void_p, c_void_p]
|
|
122
122
|
CallCFunction(GetDllLibPdf().PdfList_set_Marker,self.Ptr, value.Ptr)
|
|
@@ -25,8 +25,8 @@ class PdfListItemCollection(PdfCollection):
|
|
|
25
25
|
def Add(self, item: PdfListItem) -> int:
|
|
26
26
|
"""
|
|
27
27
|
Adds the specified item.
|
|
28
|
-
:
|
|
29
|
-
:
|
|
28
|
+
Args: item: The item.
|
|
29
|
+
Returns: The item index in collection.
|
|
30
30
|
"""
|
|
31
31
|
intPtritem: c_void_p = item.Ptr
|
|
32
32
|
GetDllLibPdf().PdfListItemCollection_Add.argtypes = [c_void_p, c_void_p]
|
|
@@ -38,8 +38,8 @@ class PdfListItemCollection(PdfCollection):
|
|
|
38
38
|
def Add(self, item: PdfListItem, itemIndent: float) -> int:
|
|
39
39
|
"""
|
|
40
40
|
Adds the specified item.
|
|
41
|
-
:
|
|
42
|
-
:
|
|
41
|
+
Args: item: The item.
|
|
42
|
+
Args: itemIndent: The item indent.
|
|
43
43
|
"""
|
|
44
44
|
intPtritem: c_void_p = item.Ptr
|
|
45
45
|
GetDllLibPdf().PdfListItemCollection_AddII.argtypes = [c_void_p, c_void_p, c_float]
|
|
@@ -51,8 +51,8 @@ class PdfListItemCollection(PdfCollection):
|
|
|
51
51
|
def Add(self, text: str) -> PdfListItem:
|
|
52
52
|
"""
|
|
53
53
|
Adds the item with a specified text.
|
|
54
|
-
:
|
|
55
|
-
:
|
|
54
|
+
Args: text: The text.
|
|
55
|
+
Returns:
|
|
56
56
|
"""
|
|
57
57
|
GetDllLibPdf().PdfListItemCollection_AddT.argtypes = [c_void_p, c_wchar_p]
|
|
58
58
|
GetDllLibPdf().PdfListItemCollection_AddT.restype = c_void_p
|
|
@@ -64,9 +64,9 @@ class PdfListItemCollection(PdfCollection):
|
|
|
64
64
|
def Add(self, text: str, itemIndent: float) -> PdfListItem:
|
|
65
65
|
"""
|
|
66
66
|
Adds the specified text.
|
|
67
|
-
:
|
|
68
|
-
:
|
|
69
|
-
:
|
|
67
|
+
Args: text: The text.
|
|
68
|
+
Args: itemIndent: The item indent.
|
|
69
|
+
Returns: List item.
|
|
70
70
|
"""
|
|
71
71
|
GetDllLibPdf().PdfListItemCollection_AddTI.argtypes = [c_void_p, c_wchar_p, c_float]
|
|
72
72
|
GetDllLibPdf().PdfListItemCollection_AddTI.restype = c_void_p
|
|
@@ -78,9 +78,9 @@ class PdfListItemCollection(PdfCollection):
|
|
|
78
78
|
def Add(self, text: str, font: PdfFontBase) -> PdfListItem:
|
|
79
79
|
"""
|
|
80
80
|
Adds the specified text.
|
|
81
|
-
:
|
|
82
|
-
:
|
|
83
|
-
:
|
|
81
|
+
Args: text: The text.
|
|
82
|
+
Args: font: The font.
|
|
83
|
+
Returns: The item index in collection.
|
|
84
84
|
"""
|
|
85
85
|
intPtrfont: c_void_p = font.Ptr
|
|
86
86
|
GetDllLibPdf().PdfListItemCollection_AddTF.argtypes = [c_void_p, c_wchar_p, c_void_p]
|
|
@@ -93,10 +93,10 @@ class PdfListItemCollection(PdfCollection):
|
|
|
93
93
|
def Add(self, text: str, font: PdfFontBase, itemIndent: float) -> PdfListItem:
|
|
94
94
|
"""
|
|
95
95
|
Adds the specified text.
|
|
96
|
-
:
|
|
97
|
-
:
|
|
98
|
-
:
|
|
99
|
-
:
|
|
96
|
+
Args: text: The text.
|
|
97
|
+
Args: font: The font.
|
|
98
|
+
Args: itemIndent: The item indent.
|
|
99
|
+
Returns: List item.
|
|
100
100
|
"""
|
|
101
101
|
intPtrfont: c_void_p = font.Ptr
|
|
102
102
|
GetDllLibPdf().PdfListItemCollection_AddTFI.argtypes = [c_void_p, c_wchar_p, c_void_p, c_float]
|
|
@@ -109,9 +109,9 @@ class PdfListItemCollection(PdfCollection):
|
|
|
109
109
|
def Insert(self, index: int, item: PdfListItem):
|
|
110
110
|
"""
|
|
111
111
|
Inserts item at the specified index.
|
|
112
|
-
:
|
|
113
|
-
:
|
|
114
|
-
:
|
|
112
|
+
Args: index: The specified index.
|
|
113
|
+
Args: item: The item.
|
|
114
|
+
Returns: The item index
|
|
115
115
|
"""
|
|
116
116
|
intPtritem: c_void_p = item.Ptr
|
|
117
117
|
GetDllLibPdf().PdfListItemCollection_Insert.argtypes = [c_void_p, c_int, c_void_p]
|
|
@@ -121,9 +121,9 @@ class PdfListItemCollection(PdfCollection):
|
|
|
121
121
|
def Insert(self, index: int, item: PdfListItem, itemIndent: float):
|
|
122
122
|
"""
|
|
123
123
|
Inserts the specified index.
|
|
124
|
-
:
|
|
125
|
-
:
|
|
126
|
-
:
|
|
124
|
+
Args: index: The index.
|
|
125
|
+
Args: item: The item.
|
|
126
|
+
Args: itemIndent: The item indent.
|
|
127
127
|
"""
|
|
128
128
|
intPtritem: c_void_p = item.Ptr
|
|
129
129
|
GetDllLibPdf().PdfListItemCollection_InsertIII.argtypes = [c_void_p, c_int, c_void_p, c_float]
|
|
@@ -132,7 +132,7 @@ class PdfListItemCollection(PdfCollection):
|
|
|
132
132
|
def Remove(self, item: 'PdfListItem'):
|
|
133
133
|
"""
|
|
134
134
|
Removes the specified item from the list.
|
|
135
|
-
:
|
|
135
|
+
Args: item: The specified item.
|
|
136
136
|
"""
|
|
137
137
|
intPtritem: c_void_p = item.Ptr
|
|
138
138
|
GetDllLibPdf().PdfListItemCollection_Remove.argtypes = [c_void_p, c_void_p]
|
|
@@ -141,7 +141,7 @@ class PdfListItemCollection(PdfCollection):
|
|
|
141
141
|
def RemoveAt(self, index: int):
|
|
142
142
|
"""
|
|
143
143
|
Removes the item at the specified index from the list.
|
|
144
|
-
:
|
|
144
|
+
Args: index: The specified index.
|
|
145
145
|
"""
|
|
146
146
|
GetDllLibPdf().PdfListItemCollection_RemoveAt.argtypes = [c_void_p, c_int]
|
|
147
147
|
CallCFunction(GetDllLibPdf().PdfListItemCollection_RemoveAt,self.Ptr, index)
|
|
@@ -149,8 +149,8 @@ class PdfListItemCollection(PdfCollection):
|
|
|
149
149
|
def IndexOf(self, item: 'PdfListItem') -> int:
|
|
150
150
|
"""
|
|
151
151
|
Determines the index of a specific item in the list.
|
|
152
|
-
:
|
|
153
|
-
:
|
|
152
|
+
Args: item: The item to locate in the list.
|
|
153
|
+
Returns: The index of item if found in the list; otherwise, -1.
|
|
154
154
|
"""
|
|
155
155
|
intPtritem: c_void_p = item.Ptr
|
|
156
156
|
GetDllLibPdf().PdfListItemCollection_IndexOf.argtypes = [c_void_p, c_void_p]
|
|
@@ -21,7 +21,7 @@ class PdfMarker(PdfMarkerBase):
|
|
|
21
21
|
enumStyle:c_int = style.value
|
|
22
22
|
GetDllLibPdf().PdfMarker_CreatePdfMarkerS.argtypes = [c_int]
|
|
23
23
|
GetDllLibPdf().PdfMarker_CreatePdfMarkerS.restype = c_void_p
|
|
24
|
-
intPtr = GetDllLibPdf().PdfMarker_CreatePdfMarkerS
|
|
24
|
+
intPtr = CallCFunction(GetDllLibPdf().PdfMarker_CreatePdfMarkerS,enumStyle)
|
|
25
25
|
super(PdfMarker, self).__init__(intPtr)
|
|
26
26
|
|
|
27
27
|
@property
|
|
@@ -24,7 +24,7 @@ class PdfSortedList(PdfListBase):
|
|
|
24
24
|
def __init__(self, text: str):
|
|
25
25
|
"""
|
|
26
26
|
Initializes a new instance of the PdfSortedList class with the specified text.
|
|
27
|
-
:
|
|
27
|
+
Args: text: The text to initialize the sorted list with.
|
|
28
28
|
"""
|
|
29
29
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListT.argtypes = [c_wchar_p]
|
|
30
30
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListT.restype = c_void_p
|
|
@@ -35,7 +35,7 @@ class PdfSortedList(PdfListBase):
|
|
|
35
35
|
def __init__(self, font: PdfFontBase):
|
|
36
36
|
"""
|
|
37
37
|
Initializes a new instance of the PdfSortedList class with the specified font.
|
|
38
|
-
:
|
|
38
|
+
Args: font: The font to initialize the sorted list with.
|
|
39
39
|
"""
|
|
40
40
|
ptrFont: c_void_p = font.Ptr
|
|
41
41
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListF.argtypes = [c_void_p]
|
|
@@ -47,7 +47,7 @@ class PdfSortedList(PdfListBase):
|
|
|
47
47
|
def __init__(self, style: PdfNumberStyle):
|
|
48
48
|
"""
|
|
49
49
|
Initializes a new instance of the PdfSortedList class with the specified number style.
|
|
50
|
-
:
|
|
50
|
+
Args: style: The number style to initialize the sorted list with.
|
|
51
51
|
"""
|
|
52
52
|
enumStyle: c_int = style.value
|
|
53
53
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListS.argtypes = [c_int]
|
|
@@ -59,7 +59,7 @@ class PdfSortedList(PdfListBase):
|
|
|
59
59
|
def __init__(self, items: PdfListItemCollection):
|
|
60
60
|
"""
|
|
61
61
|
Initializes a new instance of the PdfSortedList class with the specified item collection.
|
|
62
|
-
:
|
|
62
|
+
Args: items: The item collection to initialize the sorted list with.
|
|
63
63
|
"""
|
|
64
64
|
ptrItem: c_void_p = items.Ptr
|
|
65
65
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListI.argtypes = [c_void_p]
|
|
@@ -71,7 +71,7 @@ class PdfSortedList(PdfListBase):
|
|
|
71
71
|
def __init__(self, marker: PdfOrderedMarker):
|
|
72
72
|
"""
|
|
73
73
|
Initializes a new instance of the PdfSortedList class with the specified ordered marker.
|
|
74
|
-
:
|
|
74
|
+
Args: marker: The ordered marker to initialize the sorted list with.
|
|
75
75
|
"""
|
|
76
76
|
ptrMarker: c_void_p = marker.Ptr
|
|
77
77
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListI.argtypes = [c_void_p]
|
|
@@ -83,8 +83,8 @@ class PdfSortedList(PdfListBase):
|
|
|
83
83
|
def __init__(self, items: PdfListItemCollection, marker: PdfOrderedMarker):
|
|
84
84
|
"""
|
|
85
85
|
Initializes a new instance of the PdfSortedList class with the specified item collection and ordered marker.
|
|
86
|
-
:
|
|
87
|
-
:
|
|
86
|
+
Args: items: The item collection to initialize the sorted list with.
|
|
87
|
+
Args: marker: The ordered marker to initialize the sorted list with.
|
|
88
88
|
"""
|
|
89
89
|
ptrItem: c_void_p = items.Ptr
|
|
90
90
|
ptrMarker: c_void_p = marker.Ptr
|
|
@@ -97,8 +97,8 @@ class PdfSortedList(PdfListBase):
|
|
|
97
97
|
def __init__(self, text: str, marker: PdfOrderedMarker):
|
|
98
98
|
"""
|
|
99
99
|
Initializes a new instance of the PdfSortedList class with the specified text and ordered marker.
|
|
100
|
-
:
|
|
101
|
-
:
|
|
100
|
+
Args: text: The text to initialize the sorted list with.
|
|
101
|
+
Args: marker: The ordered marker to initialize the sorted list with.
|
|
102
102
|
"""
|
|
103
103
|
ptrMarker: c_void_p = marker.Ptr
|
|
104
104
|
GetDllLibPdf().PdfSortedList_CreatePdfSortedListTM.argtypes = [c_wchar_p, c_void_p]
|
|
@@ -121,7 +121,7 @@ class PdfSortedList(PdfListBase):
|
|
|
121
121
|
def Marker(self, value: 'PdfOrderedMarker'):
|
|
122
122
|
"""
|
|
123
123
|
Sets the marker of the list items.
|
|
124
|
-
:
|
|
124
|
+
Args: value: The marker to set.
|
|
125
125
|
"""
|
|
126
126
|
GetDllLibPdf().PdfSortedList_set_Marker.argtypes = [c_void_p, c_void_p]
|
|
127
127
|
CallCFunction(GetDllLibPdf().PdfSortedList_set_Marker,self.Ptr, value.Ptr)
|
|
@@ -140,7 +140,7 @@ class PdfSortedList(PdfListBase):
|
|
|
140
140
|
def MarkerHierarchy(self, value: bool):
|
|
141
141
|
"""
|
|
142
142
|
Sets a value indicating whether to use numbering hierarchy.
|
|
143
|
-
:
|
|
143
|
+
Args: value: The value to set.
|
|
144
144
|
"""
|
|
145
145
|
GetDllLibPdf().PdfSortedList_set_MarkerHierarchy.argtypes = [c_void_p, c_bool]
|
|
146
146
|
CallCFunction(GetDllLibPdf().PdfSortedList_set_MarkerHierarchy,self.Ptr, value)
|
|
File without changes
|
|
@@ -16,7 +16,8 @@ class PdfSinglePageScalingMode(Enum):
|
|
|
16
16
|
ShrinkOversized: Shrink the page if it is larger than the print area.
|
|
17
17
|
CustomScale: Scale the page to a custom scale specified by the user.
|
|
18
18
|
"""
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
pass
|
|
20
|
+
#FitSize = 0
|
|
21
|
+
#ActualSize = 1
|
|
22
|
+
#ShrinkOversized = 2
|
|
23
|
+
#CustomScale = 3
|
|
File without changes
|
|
@@ -53,7 +53,7 @@ class PdfSecurity(SpireObject):
|
|
|
53
53
|
def DecryptUserPassWord(self, ownerPassword: str):
|
|
54
54
|
"""
|
|
55
55
|
Decrypt user password.
|
|
56
|
-
:
|
|
56
|
+
Args: ownerPassword: The ownerPassword
|
|
57
57
|
"""
|
|
58
58
|
GetDllLibPdf().PdfSecurity_DecryptUserPassWordO.argtypes = [c_void_p, c_wchar_p]
|
|
59
59
|
CallCFunction(GetDllLibPdf().PdfSecurity_DecryptUserPassWordO,self.Ptr, ownerPassword)
|
|
@@ -61,7 +61,7 @@ class PdfSecurity(SpireObject):
|
|
|
61
61
|
def DecryptOwnerPassWord(self, ownerPassword: str):
|
|
62
62
|
"""
|
|
63
63
|
Decrypt all password.
|
|
64
|
-
:
|
|
64
|
+
Args: ownerPassword: The ownerPassword
|
|
65
65
|
"""
|
|
66
66
|
GetDllLibPdf().PdfSecurity_DecryptOwnerPassWord.argtypes = [c_void_p, c_wchar_p]
|
|
67
67
|
CallCFunction(GetDllLibPdf().PdfSecurity_DecryptOwnerPassWord,self.Ptr, ownerPassword)
|
|
@@ -72,7 +72,7 @@ class PdfSecurity(SpireObject):
|
|
|
72
72
|
To Encrypt the PDF document with open password.
|
|
73
73
|
Note: If set empty string value to open password, it indicates that the PDF document can be operated without providing corresponding password.
|
|
74
74
|
Note: the document owner password should not be exist.
|
|
75
|
-
:
|
|
75
|
+
Args: openPassword: The open password
|
|
76
76
|
"""
|
|
77
77
|
GetDllLibPdf().PdfSecurity_Encrypt.argtypes = [c_void_p, c_wchar_p]
|
|
78
78
|
CallCFunction(GetDllLibPdf().PdfSecurity_Encrypt,self.Ptr, openPassword)
|
|
@@ -82,8 +82,8 @@ class PdfSecurity(SpireObject):
|
|
|
82
82
|
"""
|
|
83
83
|
To Encrypt the PDF document with permission password and permissions.
|
|
84
84
|
Note: The Permission password can't be empty string.
|
|
85
|
-
:
|
|
86
|
-
:
|
|
85
|
+
Args: permissionPassword: The permission password
|
|
86
|
+
Args: permissions: A set of flags specifying which operations are permitted when the document is opened with user access
|
|
87
87
|
"""
|
|
88
88
|
enumpermissions: c_int = permissions.value
|
|
89
89
|
GetDllLibPdf().PdfSecurity_EncryptPP.argtypes = [c_void_p, c_wchar_p, c_int]
|
|
@@ -94,11 +94,11 @@ class PdfSecurity(SpireObject):
|
|
|
94
94
|
"""
|
|
95
95
|
To Encrypt the PDF document and set the encryption key size and permissions.
|
|
96
96
|
Note: If set empty string value to open password or permission password, it indicates that the PDF document can be operated without providing corresponding password.
|
|
97
|
-
:
|
|
98
|
-
:
|
|
99
|
-
:
|
|
100
|
-
:
|
|
101
|
-
:
|
|
97
|
+
Args: openPassword: The open password
|
|
98
|
+
Args: permissionPassword: The permission password
|
|
99
|
+
Args: permissions: A set of flags specifying which operations are permitted when the document is opened with user access
|
|
100
|
+
Args: keySize: The bit length of the encryption key
|
|
101
|
+
Returns:
|
|
102
102
|
"""
|
|
103
103
|
enumpermissions: c_int = permissions.value
|
|
104
104
|
enumkeySize: c_int = keySize.value
|
|
@@ -109,11 +109,11 @@ class PdfSecurity(SpireObject):
|
|
|
109
109
|
"""
|
|
110
110
|
To Encrypt the PDF document and set the encryption key size and permissions.
|
|
111
111
|
Note: If set empty string value to open password or permission password, it indicates that the PDF document can be operated without providing corresponding password.
|
|
112
|
-
:
|
|
113
|
-
:
|
|
114
|
-
:
|
|
115
|
-
:
|
|
116
|
-
:
|
|
112
|
+
Args: openPassword: The open password
|
|
113
|
+
Args: permissionPassword: The permission password
|
|
114
|
+
Args: permissions: A set of flags specifying which operations are permitted when the document is opened with user access
|
|
115
|
+
Args: keySize: The bit length of the encryption key
|
|
116
|
+
Returns:
|
|
117
117
|
"""
|
|
118
118
|
enumkeySize: c_int = keySize.value
|
|
119
119
|
GetDllLibPdf().PdfSecurity_EncryptOPPK.argtypes = [c_void_p, c_wchar_p, c_wchar_p, c_int, c_int]
|
|
@@ -124,11 +124,11 @@ class PdfSecurity(SpireObject):
|
|
|
124
124
|
"""
|
|
125
125
|
To Encrypt the PDF document with open password and permission password, and set the encryption key size and permissions.
|
|
126
126
|
Note: If set empty string value to open password or permission password, it indicates that the PDF document can be operated without providing corresponding password.
|
|
127
|
-
:
|
|
128
|
-
:
|
|
129
|
-
:
|
|
130
|
-
:
|
|
131
|
-
:
|
|
127
|
+
Args: openPassword: The open password
|
|
128
|
+
Args: permissionPassword: The permission password
|
|
129
|
+
Args: permissions: A set of flags specifying which operations are permitted when the document is opened with user access
|
|
130
|
+
Args: keySize: The bit length of the encryption key
|
|
131
|
+
Args: originalPermissionPassword: The original permissionPassword of the document
|
|
132
132
|
"""
|
|
133
133
|
enumpermissions: c_int = permissions.value
|
|
134
134
|
enumkeySize: c_int = keySize.value
|
spire/pdf/{Security_IPdfSignatureFormatter.py → security/Security_IPdfSignatureFormatter.py}
RENAMED
|
@@ -22,6 +22,6 @@ class Security_IPdfSignatureFormatter(abc.ABC):
|
|
|
22
22
|
def Sign(self, content: 'Byte[]') -> List['Byte']:
|
|
23
23
|
"""
|
|
24
24
|
Sign the content.
|
|
25
|
-
:
|
|
26
|
-
:
|
|
25
|
+
Args: content: The data to be signed.
|
|
26
|
+
Returns: The signature.
|
|
27
27
|
"""
|
|
File without changes
|
|
@@ -14,8 +14,8 @@ class PdfColumnCollection(PdfCollection):
|
|
|
14
14
|
def get_Item(self, index: int) -> 'PdfColumn':
|
|
15
15
|
"""
|
|
16
16
|
Gets the column at the specified index.
|
|
17
|
-
:
|
|
18
|
-
:
|
|
17
|
+
Args: index: The index of the column.
|
|
18
|
+
Returns: The column at the specified index.
|
|
19
19
|
"""
|
|
20
20
|
GetDllLibPdf().PdfColumnCollection_get_Item.argtypes = [c_void_p, c_int]
|
|
21
21
|
GetDllLibPdf().PdfColumnCollection_get_Item.restype = c_void_p
|
|
@@ -26,7 +26,7 @@ class PdfColumnCollection(PdfCollection):
|
|
|
26
26
|
def Add(self, column: 'PdfColumn'):
|
|
27
27
|
"""
|
|
28
28
|
Adds the specified column.
|
|
29
|
-
:
|
|
29
|
+
Args: column: The column to be added.
|
|
30
30
|
"""
|
|
31
31
|
intPtrcolumn: c_void_p = column.Ptr
|
|
32
32
|
|
|
File without changes
|