spire-pdf 11.6.1__py3-none-win_amd64.whl → 11.7.0__py3-none-win_amd64.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.dll +0 -0
- spire/pdf/lib/libHarfBuzzSharp.dll +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 +607 -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
|
@@ -1,566 +0,0 @@
|
|
|
1
|
-
spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
spire/pdf/ArtifactPropertyList.py,sha256=WcrFvWy6sNs8WQGLpMFdRWnXD0T-LrylROQ9KAwBrKs,316
|
|
3
|
-
spire/pdf/AspectRatio.py,sha256=jBVSaq24ViDrtQZtgRXCrfqFx8HGPpC3Y9Ez1axFuak,361
|
|
4
|
-
spire/pdf/BookletOptions.py,sha256=i9eSy2lq07i83TZOt137FJno9rWmy4rNJT9Ni-LRtBA,1465
|
|
5
|
-
spire/pdf/Clip.py,sha256=fFVQLWKh06PGxfIH3sAtJZwuCsMPdHDUB6lbmr-weN4,333
|
|
6
|
-
spire/pdf/Collections_PdfCollection.py,sha256=vRx_kymcmTGIg_V2zI0rtyUAYEJmSTwQWxkBEC9SBuo,5544
|
|
7
|
-
spire/pdf/CompressionLevel.py,sha256=XXi9RvuiV5So6_DjWWA9YLyHdsqsVOwGS7nSM6AuZgo,679
|
|
8
|
-
spire/pdf/ConfiguerGraphicType.py,sha256=eRCWRA6hP3bPgrNAbMzIehp_V-NLoEspQVO7f0a53jo,434
|
|
9
|
-
spire/pdf/CustomFieldType.py,sha256=kKXtQWCbAwjgXf4XfTMxLnypSLmOjNQkAJqq58tDAUQ,512
|
|
10
|
-
spire/pdf/DataFormat.py,sha256=SFEWok953yQkfxM-MUwNbW0a9kuRJvBIkE2lnsLvsJA,335
|
|
11
|
-
spire/pdf/DocxOptions.py,sha256=7VwabwM3DY8vZWKM9m_9hsqNH7CV_LefxC-OZdZVg0o,8222
|
|
12
|
-
spire/pdf/FileFormat.py,sha256=pMoyK0hXdkxaMeZ1B54oJWlFQZfhKfDln4XiSAkG-dU,487
|
|
13
|
-
spire/pdf/FileRelatedFieldType.py,sha256=2i_lsDOycVprjQHsR7_VuQYHHPYfkzWQkpbZjcyvq10,660
|
|
14
|
-
spire/pdf/Find_TextFindParameter.py,sha256=hNjVnn2GIOizupDjw6i8T94nEd9xM_B-Xl24at11KI4,400
|
|
15
|
-
spire/pdf/GraphicMode.py,sha256=COAl7lFg95UqoWXGyMUXL3X3tBFImt3L9KLF55kSUag,445
|
|
16
|
-
spire/pdf/HtmlConverter.py,sha256=DhAtAiUtaiUV32FByePCSo88cuAFKNJFugST_nLOaCM,21576
|
|
17
|
-
spire/pdf/HtmlToPdfLayoutParams.py,sha256=YxaiJaFIqqM_LVo7kCp3kz4vW8BdftoD3M3H9inKP7E,3614
|
|
18
|
-
spire/pdf/HtmlToPdfResult.py,sha256=pDy4XikQq1kyA35yiiJV157XHZsSyWKGvIzU-y8pn-g,1360
|
|
19
|
-
spire/pdf/HttpMethod.py,sha256=jk7pnDTkWk2K_O3m4sYiMFg7Y5Ypl6Ui8mfXzCU5zhc,304
|
|
20
|
-
spire/pdf/HttpReadType.py,sha256=8ZIZh2CBA8fkA5O8OxL35nxMkBKQvPsr2wipjal3lIc,358
|
|
21
|
-
spire/pdf/IOCSPService.py,sha256=3Y36MtfBxNww4CgsOUyocoDWN8QYgLfHXzv4Fx7PNqg,749
|
|
22
|
-
spire/pdf/IPdfComboBoxField.py,sha256=2y0Rp0s426kmH_FD1TsfTDdsLcgAjr6w1YkLct3zZyA,8574
|
|
23
|
-
spire/pdf/IPdfSignatureAppearance.py,sha256=_9NMKJbR10ZpDAmwSDyMOwYXy0eATsDNafG2n7jaqw4,545
|
|
24
|
-
spire/pdf/IPdfSignatureFormatter.py,sha256=q3q0Yr6au063RTHiaqzTQz3Xs-Ar8D0CGjTHW9f2WYQ,657
|
|
25
|
-
spire/pdf/IPdfTextBoxField.py,sha256=glebBw1_GRORK5p47W6Khj6Kr2Pqz6GjNsATsu45LLA,7999
|
|
26
|
-
spire/pdf/IStructureNode.py,sha256=H8d3KPhKcZOCWMRFmVhe9x7ypix-jyKSxz_HNs7VrJs,288
|
|
27
|
-
spire/pdf/ITSAService.py,sha256=V34USnNxN1k0b8wyZZsGDXTg_6VmvMQEuth9QTJrANE,773
|
|
28
|
-
spire/pdf/ImageFormatType.py,sha256=ehUtrjp8u-ghzrY4bShzx5UrcYROJCFEhXj3LMODJMI,349
|
|
29
|
-
spire/pdf/ImageQuality.py,sha256=3oDuCT62lr5Uoc3yi6g4_g3KYxv0c8K6r1icHpP6_QU,320
|
|
30
|
-
spire/pdf/ImageType.py,sha256=KEz7LC_uxveXuXdx_vTkDMxyLbR14_dIgMwHhFQpQ30,330
|
|
31
|
-
spire/pdf/ImgData.py,sha256=gpqMlNkiE46JiwpGjer5J9rOonrUyOQysPOFiGAsmgM,4835
|
|
32
|
-
spire/pdf/LayerExportState.py,sha256=7uVlhTQUWPBw9tiJpnE_2eHWx4nUH-yBGt83LdTn5Qk,352
|
|
33
|
-
spire/pdf/LayerPrintState.py,sha256=WnZCF84TmpuupBWtpnk0MZSIXX1KtLxPGNQ5GHq_fPE,570
|
|
34
|
-
spire/pdf/LayerViewState.py,sha256=cWWLX5qK2ZZKNmtxDu0SHZxUKDTlhrv7FEIJ9py4mYE,548
|
|
35
|
-
spire/pdf/LineBorder.py,sha256=0LIGTP5cJheE28bzJsV79DcK_-Wp09uak5s6wL0zmHc,2559
|
|
36
|
-
spire/pdf/LineInfo.py,sha256=apwYnvwyA0V1s8c7djtOrn_qhNM8ZKDLn3Pkhg5iHcM,1673
|
|
37
|
-
spire/pdf/LineType.py,sha256=h4g1rr5VRpT_iZ5ZSNB1kwzljuPn0TP9HiQiEWIDJXY,402
|
|
38
|
-
spire/pdf/LoadHtmlType.py,sha256=MxZhkL74o3FFpoEjVCR_ua2qePFY83xTuJjdwAOEAW4,425
|
|
39
|
-
spire/pdf/MergerOptions.py,sha256=JKb5lzwPQQl4eXR_UZwksie1KFUh37-DSHeTHaCgdpQ,1560
|
|
40
|
-
spire/pdf/OCSPHttpService.py,sha256=2xWAumg0MvUyT_Ip6BbHFoE5RUWHu0peBKjIqiF0bvE,1200
|
|
41
|
-
spire/pdf/OfdConverter.py,sha256=Sh_PltZ6K8lbpCvDnFqYIMJ57R7IKEEYrdE5R_uqKpg,3506
|
|
42
|
-
spire/pdf/OptimizationOptions.py,sha256=UyK0HY2jFdwRpua-ORt4RiY81h9pf1Oa7bGJqhay0qs,3506
|
|
43
|
-
spire/pdf/PDF3DAnimationType.py,sha256=9j9GrO_dfpOuC7vefo--tz8GAxndW147hXzSSVz0EFU,376
|
|
44
|
-
spire/pdf/Pdf3DActivation.py,sha256=2dWL-o150USIsTqiTpJJcgRw7fd-MQWYp251Tv93oDA,5400
|
|
45
|
-
spire/pdf/Pdf3DActivationMode.py,sha256=ghhekW_9FTBMEzN2M3yb24Pf2bIbRKbwJPdDbW49m2E,635
|
|
46
|
-
spire/pdf/Pdf3DActivationState.py,sha256=Whmcj8JAFb2kVXrrx_gHzJYN3FdQVR35dzJSAoyzIoI,344
|
|
47
|
-
spire/pdf/Pdf3DAnimation.py,sha256=cJwR8qAg6as8j5LPTcB2cwUyTDzriJfaGizu4YrB6jY,2606
|
|
48
|
-
spire/pdf/Pdf3DAnnotation.py,sha256=AI0MRgAX5ggnUGC5QoPTGwaC9ipRgZKnkRua77xPSLs,6459
|
|
49
|
-
spire/pdf/Pdf3DBackground.py,sha256=7YWWT9Zo__Sq5iwY4Fn97lGooAWJR0wLGhM7Pchy6lw,3372
|
|
50
|
-
spire/pdf/Pdf3DCrossSection.py,sha256=XSr_e0ve5YtutF5FAQWKVNVJ2aImn-e5rxCKC1dj3f0,6847
|
|
51
|
-
spire/pdf/Pdf3DCrossSectionCollection.py,sha256=hb6DkiBE7Z325STn87607931I8SOl1QE3eqwDlcj5ac,4220
|
|
52
|
-
spire/pdf/Pdf3DDeactivationMode.py,sha256=sy3PZ9Zj3Kl9-Syr1CDwjgBccUaes52CBAvmlW8HZX8,394
|
|
53
|
-
spire/pdf/Pdf3DDeactivationState.py,sha256=PIPxpkas1l-W75_1RW6HEdzQ51vzTOe_yvWJGG7moAA,387
|
|
54
|
-
spire/pdf/Pdf3DLighting.py,sha256=LXcsSiYyYtAblUIwbDi47Lb_xxXCubDhU-2dr2B5pRE,1640
|
|
55
|
-
spire/pdf/Pdf3DLightingStyle.py,sha256=lnBmMrzLx-JGyszCG2BPzc8tFw7SPKagjuHDEIjuHMI,499
|
|
56
|
-
spire/pdf/Pdf3DNode.py,sha256=IRUNIGgtea__rJwsGL6kh_tcp23j-brDMKQH9Rpa6NM,3913
|
|
57
|
-
spire/pdf/Pdf3DNodeCollection.py,sha256=8yqnMEVOkb-Iv8fXzKLEnb73vP5GJFwOwJlLkBvENjE,3985
|
|
58
|
-
spire/pdf/Pdf3DProjection.py,sha256=8OLU5-vsgUHb_DgfsEtSg53_ZzQZH-RPgACcdPm1kSw,5160
|
|
59
|
-
spire/pdf/Pdf3DProjectionClipStyle.py,sha256=kZ_aJnWrJKG3GuPCsWKGzl0HFgAEL5Q2z6yMJ2y7xZc,374
|
|
60
|
-
spire/pdf/Pdf3DProjectionOrthoScaleMode.py,sha256=IijPsfz4JpcGRJ3LPvWi_j9UOxpzNycfOljRybYWgNs,418
|
|
61
|
-
spire/pdf/Pdf3DProjectionType.py,sha256=QffiVMjD3aPTz4TdcjnTl-v-eV4oxShURqlaH3rQDEg,364
|
|
62
|
-
spire/pdf/Pdf3DRenderStyle.py,sha256=oVbeIa6Va1447AwR-RgbY-LF7kHW6fKTUhrZ-Ki1fCs,1795
|
|
63
|
-
spire/pdf/Pdf3DRendermode.py,sha256=npKGl77q30yzZ9xQfLBOdzwlfUqBSqE7NLZXnnqwdb4,5573
|
|
64
|
-
spire/pdf/Pdf3DView.py,sha256=kjqjnMur92NBd5Uw-Dznxs5RzM6yCBk4KSMEnH79Q0o,8892
|
|
65
|
-
spire/pdf/Pdf3DViewCollection.py,sha256=eAOQuNbNF-mmaAs2ka89pFqvBOzDIVvjXcL4Rq1HMxQ,4091
|
|
66
|
-
spire/pdf/PdfAction.py,sha256=dbQml08jWtscEhBoiNVqMMVQRtenhZqvzQxl6WneftY,1141
|
|
67
|
-
spire/pdf/PdfActionAnnotation.py,sha256=o6WQL1jrkSuQTHZ2ZEciwrXSUafv10mymDEtWvngOFA,1119
|
|
68
|
-
spire/pdf/PdfActionCollection.py,sha256=lATHP1ehUbqxSsh-r3qHU4-pwS87ytA9v1zbAsqWhrw,3403
|
|
69
|
-
spire/pdf/PdfActionDestination.py,sha256=muYqU8INPcBlBmw64HO0JgvhUuUnnPN1xaMgkQfwF5A,650
|
|
70
|
-
spire/pdf/PdfActionLinkAnnotation.py,sha256=2ckUDFZ5pBN-t9nOHn2PpYLQXmvDEiPFA-AEij6pIcY,1316
|
|
71
|
-
spire/pdf/PdfAlignmentStyle.py,sha256=k3tPihg9GHSoRAjDy6dSLTdxwxEDNXMRb9XeQbXnr9U,521
|
|
72
|
-
spire/pdf/PdfAnnotation.py,sha256=EOwND8rQHV3Nna1Lg3GRcT6wwhQtnYEMgIsBET76XT8,6596
|
|
73
|
-
spire/pdf/PdfAnnotationActions.py,sha256=772xm6pL5dWwwd3IJ9dZYhbJlIBpfNN7X1C9wzIJWw0,9255
|
|
74
|
-
spire/pdf/PdfAnnotationBorder.py,sha256=PO-6PJW0GaB5tGEPyYfD0fCIaYNGenMG5NX_wKSQ7qs,3730
|
|
75
|
-
spire/pdf/PdfAnnotationCollection.py,sha256=4t5aXWMyfP0AS13irPMZlOCE6MOfjqvq_pBixcSwrrY,6713
|
|
76
|
-
spire/pdf/PdfAnnotationException.py,sha256=BcCRlgCiSVOEImJO_uRMqn8GBofxY9AlOUZsACyIXJg,361
|
|
77
|
-
spire/pdf/PdfAnnotationFlags.py,sha256=7m0UWHY1e2WnfFCjnBUFor1-pUXDkT_v3AWg23K-rns,485
|
|
78
|
-
spire/pdf/PdfAnnotationIntent.py,sha256=DxpsftP56s0X19f4Lo-7UYJSH5aPFpaMyPotBhh6Z_I,349
|
|
79
|
-
spire/pdf/PdfAnnotationWidget.py,sha256=GCYiXjhUvCq4DMfglJTdNyMd_pMvvdmJwuf_M-kG5bE,1706
|
|
80
|
-
spire/pdf/PdfAnnotationWidgetCollection.py,sha256=DprXcNKW7S9vhuK85rU2wTVjHWaQ82INKpgGWY3FGFg,2781
|
|
81
|
-
spire/pdf/PdfAnnotationWidgetTypes.py,sha256=Z4wSrHPNYPOlaXGwjxm887BvKB1CTOPnsDu_lwp2xUI,1225
|
|
82
|
-
spire/pdf/PdfAppearance.py,sha256=PnuIEs3r30RfbsyN8_KSYh9Eo4w3VXVSo8z8a_OkxFk,3988
|
|
83
|
-
spire/pdf/PdfAppearanceField.py,sha256=BqmI1cJDxoSv1v0et0tROAq0hLSNb0VUm0Qw9wyH83I,819
|
|
84
|
-
spire/pdf/PdfAppearanceState.py,sha256=ETNFIoQMkM0y-pv_S6llBm7QkhklarH58xAXXENSSV0,3735
|
|
85
|
-
spire/pdf/PdfApplicationData.py,sha256=2ukVHwfxWfq9PHs66pYabtKOgpOr9WIO-J_cISOFjMg,835
|
|
86
|
-
spire/pdf/PdfAttachment.py,sha256=Kg_lrmSpaNg6CUR7-NlGncvGB8me70-_Gz8mgdElpto,1586
|
|
87
|
-
spire/pdf/PdfAttachmentAnnotation.py,sha256=qhsL4oMwj6JcdatSdEGUOfyGW4c7jc7cgC-kUWrC6_I,4245
|
|
88
|
-
spire/pdf/PdfAttachmentAnnotationWidget.py,sha256=_HD7N2EPceKVOGAFyjAcWP-p21efBG9Tr1MfDfj-wfA,2437
|
|
89
|
-
spire/pdf/PdfAttachmentCollection.py,sha256=0apqUXRCL98onuC1TWADiRqMIc4xNVRNisa4ZnzaWkA,5045
|
|
90
|
-
spire/pdf/PdfAttachmentIcon.py,sha256=kzrDMZKJDa2QT0HS9a6NJrLo8iI6-gKCCN-KcmcZ7Qg,400
|
|
91
|
-
spire/pdf/PdfAttachmentRelationship.py,sha256=SgoL8vLm7Lt_VAZRuCwLxoB5Ef3VC44iMmG048hv-i4,778
|
|
92
|
-
spire/pdf/PdfAttributeOwner.py,sha256=5zNauuO0ODMeCsW-Ao0JNF6TVfidfyXu2VMhA7G17Ww,5064
|
|
93
|
-
spire/pdf/PdfAutomaticField.py,sha256=rup7CYc-LrNW6_qz21bse_oKjB89lJNObrLNnZmMJAk,5815
|
|
94
|
-
spire/pdf/PdfBarcode.py,sha256=0s3nUPmH8RXeCvpRgLY0Wv25EFtRJbC8YjN-QHiQPu8,6503
|
|
95
|
-
spire/pdf/PdfBarcodeException.py,sha256=AoKGVFv4uU-WOzMpaSwWfGN9mMIplQiLGKnl86aiuzE,320
|
|
96
|
-
spire/pdf/PdfBarcodeQuietZones.py,sha256=GmOxBT6CzyCWdLLWbpgMx8FBeaA7snXxsUNrT4SJGUo,4216
|
|
97
|
-
spire/pdf/PdfBarcodeTextAlignment.py,sha256=qBWe94jvocVx9tbOSlk0CBZew0TGnHDCJWmGhMAbN5Y,342
|
|
98
|
-
spire/pdf/PdfBitmap.py,sha256=EN95A_cqX2U75Snoui-K6GkeSOWRD5gDi9OIC4V9wcY,4209
|
|
99
|
-
spire/pdf/PdfBlend.py,sha256=c7aJ8TDBUitY1hAKw5Exj5SPNP2LBw-TkukzhX2bX2c,1177
|
|
100
|
-
spire/pdf/PdfBlendBase.py,sha256=z4KZJLqr8B-bC1jjRtXXgn4sALycFc7lmSKYV2OaabM,1295
|
|
101
|
-
spire/pdf/PdfBlendMode.py,sha256=MbpWi6kABIA8qV7AFaRRnW-gpGQSEnw1OXGhq0qCN2g,599
|
|
102
|
-
spire/pdf/PdfBookletBindingMode.py,sha256=kHiMY3w6j9LlZBrzUDaWFGxccSR5hMxFEs0dR6ww39o,423
|
|
103
|
-
spire/pdf/PdfBookletCreator.py,sha256=LnM7FudOuls-nyBxHeJaEQoKa35CZZLTHE1RKrPiaYI,2719
|
|
104
|
-
spire/pdf/PdfBookmark.py,sha256=S8GG0ntbSSUQ6B0IQYaeXXlh1snpOqn4WldTj7mVlWc,5173
|
|
105
|
-
spire/pdf/PdfBookmarkCollection.py,sha256=AeLh--p6rceuZOEZRUFUGqC_SUxtMBosqwH_7XfvGe0,4076
|
|
106
|
-
spire/pdf/PdfBookmarkWidget.py,sha256=klc4rvsG2f99hJgOAhBYgqGLPKBiAxGaTGcJQX00iEQ,3221
|
|
107
|
-
spire/pdf/PdfBorderEffect.py,sha256=_ZWE0yUKttnVFz79LenOBlHG9GuZMZowBUc8CTjS_DQ,362
|
|
108
|
-
spire/pdf/PdfBorderOverlapStyle.py,sha256=jUfeXsDG-pH8VEjYRj9VrEvfrzXZ-Qdk2pjcajFvmkM,336
|
|
109
|
-
spire/pdf/PdfBorderStyle.py,sha256=M6AHKB16kbtEbbJr9RBMYB0z6Xcmo97J4aHIMiVZ2Lo,383
|
|
110
|
-
spire/pdf/PdfBorders.py,sha256=l8NbIMWtxAzPtE_ooN9M4EJgoJzbOZgrli8Xw8abJT0,3723
|
|
111
|
-
spire/pdf/PdfBrush.py,sha256=Wx02jlnN5RoYfBGmVO75rlyFnpi2eiqDCBeiUwgzWMU,776
|
|
112
|
-
spire/pdf/PdfBrushes.py,sha256=B7xkl6rm3E63HgMVQGZHMOR7wc14t8YhQfTF9yfRK2Y,58190
|
|
113
|
-
spire/pdf/PdfButtonField.py,sha256=1iwbrhDseuvbCESqRidHzwa-GAzP02RIZdT62P0dXOU,8892
|
|
114
|
-
spire/pdf/PdfButtonIconLayout.py,sha256=gREu4DILOIyRGtlNFC-RKeNenYayhRtNZh-PRwPjdB8,4185
|
|
115
|
-
spire/pdf/PdfButtonIconScaleMode.py,sha256=sCMwW4Ie2coWnS6cmU6U5Ylrfy74BPlxrGvAGLlAnU4,339
|
|
116
|
-
spire/pdf/PdfButtonIconScaleReason.py,sha256=AWneGu_Eu3mRCP2S_mFPY5afbtq35DxCFWoXJS7Y55E,450
|
|
117
|
-
spire/pdf/PdfButtonLayoutMode.py,sha256=GCBB7kM1AHnN8xOfQjB0QudkZB3U1pAt2OoRbi4FL8w,891
|
|
118
|
-
spire/pdf/PdfButtonWidgetFieldWidget.py,sha256=P_9W9tx1Xw8M3Dtx5u5Nd1KtyjBhFs6VhCGoz9hiWUA,3457
|
|
119
|
-
spire/pdf/PdfButtonWidgetItemCollection.py,sha256=uxrEOKoQR9MHsdRWLEvXDEmeX2r1p-3MYQvwEUmbsEs,849
|
|
120
|
-
spire/pdf/PdfButtonWidgetWidgetItem.py,sha256=3AByWnNOXom-I8iMkX2qiCp6CBEr1H70ItDMiZ22JgE,1935
|
|
121
|
-
spire/pdf/PdfCalGrayColor.py,sha256=48_MzSTae1yvI_2qGa4n4yLJWA0HB4jNGFyE5lTyavk,1467
|
|
122
|
-
spire/pdf/PdfCalGrayColorSpace.py,sha256=jcvSVIo0bXMvwx0UKo876I1unBm8cVItUaWhZnTWNOY,3784
|
|
123
|
-
spire/pdf/PdfCalRGBColor.py,sha256=FYjE2VFPxmNrNgU71W10MH8zBPVK5-UdjMw5K7lhOvU,3593
|
|
124
|
-
spire/pdf/PdfCalRGBColorSpace.py,sha256=eaqPZ7p7XmPLaHaMgAaJRQJfOqt6DIfUXK6lfvTHDzc,5487
|
|
125
|
-
spire/pdf/PdfCanvas.py,sha256=puoEbFlwCbgzmp4b4lJr742sexMishwJv6-6NQk_xBM,65679
|
|
126
|
-
spire/pdf/PdfCaretAnnotationWidget.py,sha256=KUjZ1CRqWzNrdrmMD8PCFKwvBVT2y9w4dP_F9TT0A-s,696
|
|
127
|
-
spire/pdf/PdfCellStyle.py,sha256=ucdjCW4TnKrAt5X8hE91nxKEeAdfoxkaecmoH-8boKU,5489
|
|
128
|
-
spire/pdf/PdfCertificate.py,sha256=MpvHDEzu706KTBBrF5oaAqKqg5zE2pH59BhaYYNoJz8,696
|
|
129
|
-
spire/pdf/PdfCertificationFlags.py,sha256=m9rUool4p0HrPj0BR4VvAZZOpy0iH6b7Zc1HhzDn2uQ,388
|
|
130
|
-
spire/pdf/PdfCheckBoxField.py,sha256=ed9aaaRNWCm9gYXdUDkPSExAdBmm2zC2PBj5tMb_GWI,1794
|
|
131
|
-
spire/pdf/PdfCheckBoxStyle.py,sha256=JTcIU_lAvIJmV8Klvw9TRMTvEI4-mOOockOjHU6YIc0,427
|
|
132
|
-
spire/pdf/PdfCheckBoxWidgetFieldWidget.py,sha256=y-H157CUTHalkTqcKONYzR7yzOzaTMxg35z1_kCQjbI,2597
|
|
133
|
-
spire/pdf/PdfCheckBoxWidgetWidgetItem.py,sha256=iEb24AOX3p5L_EDCVhoqtcYSKeOoYVKbK5bmvTHDO4M,410
|
|
134
|
-
spire/pdf/PdfCheckBoxWidgetWidgetItemCollection.py,sha256=6F_hv7sQezWikFg4TuuI-KnR7EO2094nMm79BMHte0o,917
|
|
135
|
-
spire/pdf/PdfCheckFieldBase.py,sha256=jZgLRLYFdKqt3GVYu1MoFetjUDsvXUWyBGT-Kb-NJ84,1261
|
|
136
|
-
spire/pdf/PdfChoiceWidgetFieldWidget.py,sha256=hPYO9qeLSVTfjlz3W1Hf-mcgz1dKi99iQD5R5bzSPt0,5113
|
|
137
|
-
spire/pdf/PdfCjkFontFamily.py,sha256=g8YSCVAsuo6FVD78HP9JDrgHctiO2VEzjmiBfkg7sbs,495
|
|
138
|
-
spire/pdf/PdfCjkStandardFont.py,sha256=f0rOQtTePBABuS_4D0BPW3tYOjDNE_dgJWkK3l-rQrs,3374
|
|
139
|
-
spire/pdf/PdfCodabarBarcode.py,sha256=03h9QV7J10fdtYBzAzMmis5DJyO6W9YuhS-dXz7T6QU,1461
|
|
140
|
-
spire/pdf/PdfCode11Barcode.py,sha256=Ql0WSoeviENygw64LMS2B8H-_k26_nafTVbmvx9ufj4,1326
|
|
141
|
-
spire/pdf/PdfCode128ABarcode.py,sha256=B9FV20NU7nbpVC2JcHOmP3dgrWVv-4qvzQ-bxQwG4ZY,1831
|
|
142
|
-
spire/pdf/PdfCode128BBarcode.py,sha256=HOzn3JeqLyRV-QSVdJKh-ANdvo5wj2Ega-VpOoN_Mfg,1314
|
|
143
|
-
spire/pdf/PdfCode128CBarcode.py,sha256=eQp_St-S00Cjhf0bekKKFMgBFbi8vbYhSe-69a9HH-8,521
|
|
144
|
-
spire/pdf/PdfCode32Barcode.py,sha256=DOr2WiqbTe0YVMaJJWnMrZUTbTjvTBJPo_-Xd4mkFsk,1455
|
|
145
|
-
spire/pdf/PdfCode39Barcode.py,sha256=N4Q9urJ-xQk2nUfgqgkZV4-tDbp2rRz2VRr8zYNwRLs,1518
|
|
146
|
-
spire/pdf/PdfCode39ExtendedBarcode.py,sha256=Qp-w1qjBEzqTKo0kyY7Ztdb-nrX94p3VDtfbYDLjTu0,1130
|
|
147
|
-
spire/pdf/PdfCode93Barcode.py,sha256=F6BoGGdk2oeYXNS2JxOQ9HgGLWJTOYWq3xzolo_NrLA,1520
|
|
148
|
-
spire/pdf/PdfCode93ExtendedBarcode.py,sha256=PeFEJT97iK05ehc8VVdKpJZE0oiFgd2vddv_pulpICc,1452
|
|
149
|
-
spire/pdf/PdfCollection.py,sha256=ZBncal_ccCd2VBr4byFZYGulkH_pWW6CgmWzbclM2dI,1710
|
|
150
|
-
spire/pdf/PdfColorBlend.py,sha256=6KDG0gXcLCOPlrInqb7Xw56WSn6e8G_qB-m6q4Ab9E0,1293
|
|
151
|
-
spire/pdf/PdfColorMask.py,sha256=n_8H_4JgaKh5DCgmoYg38QDVbAMX2brHimtfXBpZ6U8,1754
|
|
152
|
-
spire/pdf/PdfColorSpace.py,sha256=bU2fBSUG5g5LVHUlGp84B2rSY-bYzU5pgNMyGtQ9UGM,361
|
|
153
|
-
spire/pdf/PdfColorSpaces.py,sha256=Q8ffIDPAfWPsTFkEqelPWsoAjd-TuTwX5-5BW0cq1pE,305
|
|
154
|
-
spire/pdf/PdfColumn.py,sha256=TXMQGenUsNo-fIdhbseSn20LHyoZ4H9LJCDwu7B3vXo,2315
|
|
155
|
-
spire/pdf/PdfColumnCollection.py,sha256=Q5Gp0FtGQjh64xr9XY8nQyapuJEgKNFXwbWtEBhIE44,1230
|
|
156
|
-
spire/pdf/PdfComboBoxField.py,sha256=Rs3rgBde7JdFIKFqAHIPToHH5RQL7pf6GoaCcwMhZnc,1820
|
|
157
|
-
spire/pdf/PdfComboBoxWidgetFieldWidget.py,sha256=A0G8VVGqy8nZa3FYTztFuUYCrkCVyl4cogy7Z7ACWbk,3209
|
|
158
|
-
spire/pdf/PdfComboBoxWidgetItemCollection.py,sha256=t07XKXq209ufquFTYvGQ7OfCKLNnOSh2PFgXcci36i0,1018
|
|
159
|
-
spire/pdf/PdfComboBoxWidgetWidgetItem.py,sha256=4tnKtcEAPAhUZ2ILorpXQBerpb5munsDrGQ8GqW5Y4k,432
|
|
160
|
-
spire/pdf/PdfCompareOptions.py,sha256=07pnyilNo8OeZGqhfdI4on7jBi7R5i8lPywa8Vdy4OU,3058
|
|
161
|
-
spire/pdf/PdfComparer.py,sha256=Njm2kywaK8cpkRj5BoYy-eq7DO9fyYOl4ytTxFv5VAY,2377
|
|
162
|
-
spire/pdf/PdfComplexColor.py,sha256=UyAq0OPgOZva8n3Hr3nYjc4lnFdPQTHKot88felCPOE,765
|
|
163
|
-
spire/pdf/PdfCompositeField.py,sha256=fBs3vECbZKtDR1j4rB4COl_yXd9H5ke9-FgqYv1vCj4,9157
|
|
164
|
-
spire/pdf/PdfCompressionLevel.py,sha256=ZANRgAcG-sezMKgKJ0sg8HrFDSB_gxWutwGFC5tjh4k,723
|
|
165
|
-
spire/pdf/PdfCompressor.py,sha256=coL9nsG3uAzPntPn-Xpyjxq7oGewPy3lKsb9rPfA-no,2936
|
|
166
|
-
spire/pdf/PdfConformanceException.py,sha256=tnW8WpLzEXnJNxlETqGgjTtXvwtMx7hf0hwe3EeFkdk,411
|
|
167
|
-
spire/pdf/PdfConformanceLevel.py,sha256=1Pvghctuym6kNqNSMWFJmwbz1zbFs7KEF_8CoO-0LWs,456
|
|
168
|
-
spire/pdf/PdfConvertOptions.py,sha256=fPY535qBwXfnh3Ke-jTCRjMJrKf4fqk9a-B1393j9Iw,9544
|
|
169
|
-
spire/pdf/PdfCreationDateField.py,sha256=PC88NQhc1q-AWEplDpQ8ctBYmb9ayUMmHTbueC2z4Dg,3728
|
|
170
|
-
spire/pdf/PdfCrossReferenceType.py,sha256=1D3WyOSqe3-lV5ELBJ2XB2RCInjmUSfZk5p-NcxHsz0,413
|
|
171
|
-
spire/pdf/PdfCustomAppearance.py,sha256=ieDTNNF5_lU0__4qpqtkYipzC9cvOh_QjbrNWKl6QJ0,1543
|
|
172
|
-
spire/pdf/PdfDashStyle.py,sha256=NcWkf9t5HW3ZKvw9ykkO21Gs7Nuolr96-94A9uhfXac,414
|
|
173
|
-
spire/pdf/PdfDateTimeField.py,sha256=b076GNk6lKdIkgDu2lMZRovUYs-shEx4gzRBJbMj9ZY,3763
|
|
174
|
-
spire/pdf/PdfDestination.py,sha256=jfiA0RBoki9JVPpEMPobxQAMZH9hh9ypvv9Eg8aBmEE,8691
|
|
175
|
-
spire/pdf/PdfDestinationMode.py,sha256=BOko3A5dhRTauud5sagojS3UPlKRxlY-Vu9SppIOOek,372
|
|
176
|
-
spire/pdf/PdfDestinationPageNumberField.py,sha256=EFPrPRitD5QbURfDeOTaKnvSl7OqiU6Ah4cAJTh95II,5056
|
|
177
|
-
spire/pdf/PdfDeviceColorSpace.py,sha256=V8JWwbpPHkIbaWxOsatEdPnMcy2dCI77c-9P5GgAuMc,1154
|
|
178
|
-
spire/pdf/PdfDockStyle.py,sha256=gD541cPdBT2EdNm2bUZ4mOAY1PLRNoyOfJjK7yUGgn4,384
|
|
179
|
-
spire/pdf/PdfDocument.py,sha256=RXSRK0ySWc5nDiJuOzZoLN0z7E5lRAV1NiuQOAGgLbA,68874
|
|
180
|
-
spire/pdf/PdfDocumentActions.py,sha256=xTxu2ieSwm9WsDoqKaDkfiTpZSybGL2UFJbNDYBcCKg,7415
|
|
181
|
-
spire/pdf/PdfDocumentAuthorField.py,sha256=QZzI0TLfgYlVFuSHCf0HNRlME_Kv63h7or5TUkunNF0,3062
|
|
182
|
-
spire/pdf/PdfDocumentBase.py,sha256=A2QMB2zfkWnZlptROyFaXUBIevOPMVLEdv7Twfr5Vwk,27420
|
|
183
|
-
spire/pdf/PdfDocumentException.py,sha256=sKFBUEpHRh7uDYaQdKnIPVYP4tUQ7juyhMhbogqa3-g,303
|
|
184
|
-
spire/pdf/PdfDocumentInformation.py,sha256=ivaUnpzNJnzTJVtTvqwjr8bKru5RyGEBVWQq0V1kKNE,8929
|
|
185
|
-
spire/pdf/PdfDocumentLinkAnnotation.py,sha256=EB05KIDPJbeMnSpnl588YlEQPst9bW2g-wbE95NslZ0,2585
|
|
186
|
-
spire/pdf/PdfDocumentLinkAnnotationWidget.py,sha256=DG4NcjdGb5DyKaOyg-REkZZbkM1QP5hpXLE6CAfAN2I,1622
|
|
187
|
-
spire/pdf/PdfDocumentPageCollection.py,sha256=2XiVEj4e067bw593qJJ10mLxJbMP04pz8wj4iI0sxFE,3279
|
|
188
|
-
spire/pdf/PdfDocumentPrivilege.py,sha256=vxBdSTZ7n5_ThnWJzblhFA3DBpkqeFO7keXbRhvuwPY,7359
|
|
189
|
-
spire/pdf/PdfDocumentTemplate.py,sha256=VEWpAmVaYhXH7iTP25phwmTnU1gJTnt6wbkmPtCrhQA,9689
|
|
190
|
-
spire/pdf/PdfDrawWidget.py,sha256=ai0zpwhXk8wI7A6eH4LEwaciqIQYZwZqyc7ujkBJsvQ,964
|
|
191
|
-
spire/pdf/PdfDynamicField.py,sha256=MAXenKAHnofuSsxeMUW0QL89mU52SAiCtfVdQVZ1Skc,342
|
|
192
|
-
spire/pdf/PdfEdges.py,sha256=Ecc28PCdAkYXT3PcVBxvI0SdW9e_LyT8VU8CZGeWlRo,2970
|
|
193
|
-
spire/pdf/PdfEmbeddedFileSpecification.py,sha256=GWNK4frhP-no95SOqmpD8na90THQ5QoZ7r2fYqx77iU,6075
|
|
194
|
-
spire/pdf/PdfEmbeddedGoToAction.py,sha256=zrW03ySK29N0mAu5lfg4Z3U2497vvwJvW6W5hqh96rs,3804
|
|
195
|
-
spire/pdf/PdfEncryptionAlgorithm.py,sha256=5GUmtPzSghPpHm8vmg4YpmnMTF9vfOxTorLJo0WpRko,376
|
|
196
|
-
spire/pdf/PdfEncryptionKeySize.py,sha256=o0plhVavoK3h_xbM-6QO5aq8gUW2KMXWJ1l5hSN3A7Y,540
|
|
197
|
-
spire/pdf/PdfException.py,sha256=8Ft9EpP5mVI7rIySxBavoLafQxo5H00YF3yRQlPS1-0,509
|
|
198
|
-
spire/pdf/PdfExtend.py,sha256=__vj53u4RaspT3Hj9elu1tMDH4tjNP2s_bdL4z_C16I,430
|
|
199
|
-
spire/pdf/PdfExtendedAppearance.py,sha256=qrCI4MafEyEsLtwYD6BV2SEMwOjDmPS-amyv8ikVTPI,2039
|
|
200
|
-
spire/pdf/PdfField.py,sha256=nM0IAv2QVmsb8RPJ4je-WfoFXXd72kHKlceuVNQC_jg,5304
|
|
201
|
-
spire/pdf/PdfFieldActions.py,sha256=g0heDvxb9DwW9N6my7206THvq4HTuWSP_6-c6ZJ2vFg,7948
|
|
202
|
-
spire/pdf/PdfFieldCollection.py,sha256=7dTGC0zj9zhq9FKtpDq-QRSM-8GskbZVbBLDFpyG4l8,4409
|
|
203
|
-
spire/pdf/PdfFieldWidget.py,sha256=-GkXtawq6EBr1Yg2UZOYhRMFNceeqFPIAVZfpk2IixA,6100
|
|
204
|
-
spire/pdf/PdfFieldWidgetImportError.py,sha256=B010I7vq3myhhCz1L3cqE1tbBxhGnAyEEwYdfO2_LMg,853
|
|
205
|
-
spire/pdf/PdfFieldWidgetItem.py,sha256=ZAz54bQNdWZyf4YeqLt-GOMkz6ctbW4YffezDY5zt-I,2880
|
|
206
|
-
spire/pdf/PdfFileAnnotation.py,sha256=i8IwGYk02aXpRtT9l_ib03vw54WcYiWdBsxmNFvEurA,1813
|
|
207
|
-
spire/pdf/PdfFileInfo.py,sha256=G3GsDr6PjsiHoijJhQiq17lmyEJamfvP1Psem33p8AY,3464
|
|
208
|
-
spire/pdf/PdfFileLinkAnnotation.py,sha256=oqZOpTtJA4fHPygUYbclWiOwxLWrgRmBkEsrLdSemOk,2947
|
|
209
|
-
spire/pdf/PdfFileLinkAnnotationWidget.py,sha256=G2TTQ8fDpNiO1pI2UuhQhc6fAsIoG1m2eQXv4GsDDIs,1464
|
|
210
|
-
spire/pdf/PdfFilePathType.py,sha256=0Yb9dSUvxMj3nL8KO7u101erey_5WDaIm_iK0HXDCTM,317
|
|
211
|
-
spire/pdf/PdfFileSpecificationBase.py,sha256=724Laf-WV8s3vz_9CTK_T5OXgqyFdO8udSVrpWRPvAo,1153
|
|
212
|
-
spire/pdf/PdfFillElement.py,sha256=IAII_jma9lGQRwsW1kbZCitGjgUKbEnVZPzsFWcBTgk,1007
|
|
213
|
-
spire/pdf/PdfFillMode.py,sha256=SaXYJ8EbXpPAy-Uugi7e3Tf61hG6hAFf7wV2ntyBb7w,460
|
|
214
|
-
spire/pdf/PdfFolder.py,sha256=posYowLbwRU2zsHQte7t8-tqWth4ECB_UJ1f8A7nVxA,3931
|
|
215
|
-
spire/pdf/PdfFont.py,sha256=BQXnT2wmrUptuucvf6QU1VyN6CfWQ63GA7tY5uFcdTw,2280
|
|
216
|
-
spire/pdf/PdfFontBase.py,sha256=kXMmagnjzyG5VojWYY7Bs6pCSoQc-GsIkjYyPOygXZY,10760
|
|
217
|
-
spire/pdf/PdfFontFamily.py,sha256=Vb1F7JlAopzvqhX7BhUVBYBS51lOZxxkoxd3v6UmNuA,673
|
|
218
|
-
spire/pdf/PdfFontStyle.py,sha256=vTKsV4LkSqeQGfNDRoGmU2pwg2FTEDW4-42R5TCFe7A,378
|
|
219
|
-
spire/pdf/PdfFontType.py,sha256=hZKTl4stVkdaqjl_QwK9h4ym1vaKYxcMQIk2DRTLTyg,535
|
|
220
|
-
spire/pdf/PdfForm.py,sha256=wLYp4dxb6gJr2wN2wp97fkbAdGMvJXwA7087NsSJls8,4411
|
|
221
|
-
spire/pdf/PdfFormAction.py,sha256=V0aL6aGtTiD5-L8yY-hmY8GAT4kKnNnTb6VAi6_s5ds,2126
|
|
222
|
-
spire/pdf/PdfFormFieldCollection.py,sha256=nz5n7MH-plYSgsW2HhM8B5t0wHHTJmXfNsNldkLG6P8,314
|
|
223
|
-
spire/pdf/PdfFormFieldWidgetCollection.py,sha256=WWjA937ihyOhQdwdUpkSEcVByzCF7ZZwHR8iiCxo2DA,3736
|
|
224
|
-
spire/pdf/PdfFormWidget.py,sha256=bFCnpOmxWaaRHzdLnSE9lTqNW88KwOWQ1sujNlInFUI,6155
|
|
225
|
-
spire/pdf/PdfFreeTextAnnotation.py,sha256=7fR3mHQTFN1GENddaw_y2zPw1h0QmU-Xb_vMiT6Q2Ok,11447
|
|
226
|
-
spire/pdf/PdfFreeTextAnnotationWidget.py,sha256=_GpO8GEBGo0rU4m---hGy98njetz_bO35J46IBijxyc,5613
|
|
227
|
-
spire/pdf/PdfGoToAction.py,sha256=4PioqiyIEJeWp0TObXXWIeK37WFBA0iUneUpVZ4Xrgk,2481
|
|
228
|
-
spire/pdf/PdfGotoNameAction.py,sha256=kFJxmEoLke_sUvct1zGBiDSBH5M5syNFG7k7HTmf0bA,1095
|
|
229
|
-
spire/pdf/PdfGradientBrush.py,sha256=phUXn0Z2SBSQdpMnl1vv5HFL_R4Rh_ZV_LcyWOgNhdg,2331
|
|
230
|
-
spire/pdf/PdfGraphicsState.py,sha256=1NQVp0TYCVPeoSX52-ARS9sfqoeYxZi_FfqzKZqzo3E,304
|
|
231
|
-
spire/pdf/PdfGraphicsUnit.py,sha256=faGb7Q1KOSDY42gXhB-dYPIILNFheQjYpcctk7t-XlE,416
|
|
232
|
-
spire/pdf/PdfGraphicsWidget.py,sha256=tXRekghU6VUh5ehFrFXBXhCn2Ki6pcTdTQV9hb7kF5k,2017
|
|
233
|
-
spire/pdf/PdfGrayConverter.py,sha256=VExq2tCjq79Vne-LRzpDJgdsBxEtyKpLv4SFs8jJ5go,2027
|
|
234
|
-
spire/pdf/PdfGrid.py,sha256=CfTkQ--BqCuEDXS1DQOFHRwPbhGI8ZNedspnngOs9JM,3382
|
|
235
|
-
spire/pdf/PdfGridCell.py,sha256=Uxor4zN-LV9HqHLG8P1ixbDmXp13IM4ZbzTJXGHxAPs,4172
|
|
236
|
-
spire/pdf/PdfGridCellCollection.py,sha256=GzQ_prmGLLWtz-U913PJBxHpzp8Lvmg8_55CoF9fTR0,2511
|
|
237
|
-
spire/pdf/PdfGridCellContent.py,sha256=1wffyHak4vz9E1nTl4dzxmcNERuWMXl2YrvUSd1O1UA,5820
|
|
238
|
-
spire/pdf/PdfGridCellContentList.py,sha256=nL3nD5zWkzoZRy01JHlVzRtjsmcprJvAYegYfT-UHBM,730
|
|
239
|
-
spire/pdf/PdfGridCellStyle.py,sha256=9rW6TEoOnsxBP_MdbXnI6bZJgS4OcRh2x0Eeldw04nI,3328
|
|
240
|
-
spire/pdf/PdfGridColumn.py,sha256=KCUy-SOxvcDYFPRL77QSfRtyJd7RumQWvT81pxvv56A,2411
|
|
241
|
-
spire/pdf/PdfGridColumnCollection.py,sha256=lVUycSWYsETEUwXQkrsgl_5PgcSwF6ocrpyiaLeV-I0,4330
|
|
242
|
-
spire/pdf/PdfGridHeaderCollection.py,sha256=II2csAwXSi6-Sc-FhXTui2v6ZVQsU0HmS_XnZWqELZI,2595
|
|
243
|
-
spire/pdf/PdfGridLayoutFormat.py,sha256=D2bR_Q-H1inwhM25itqLtqtxwdGWMzjx5-PCWMCCNUQ,261
|
|
244
|
-
spire/pdf/PdfGridLayoutResult.py,sha256=6I6IXN8S7FvUFBnVCBUtxnsKbATfMImxYaruj4pOapI,265
|
|
245
|
-
spire/pdf/PdfGridRow.py,sha256=PKJRmkIvHR7lOMwqf-RGys6veJrjj-Hf3Y-6PeYf7hk,3296
|
|
246
|
-
spire/pdf/PdfGridRowCollection.py,sha256=egJ3_R5xO_s3yXn1LIezd-Qm3z46lg-IV1_k_wg34Ag,1846
|
|
247
|
-
spire/pdf/PdfGridRowStyle.py,sha256=9U1M6Z7lh0FNz1OBb9p4nC2PZ-DZaXnleRgOnOgE3nQ,1147
|
|
248
|
-
spire/pdf/PdfGridStyle.py,sha256=vECZlLfR1D07g1_6Jys_2X0hf_hPKbqwRDImcLyDzTs,4247
|
|
249
|
-
spire/pdf/PdfGridStyleBase.py,sha256=8zBySoNdi6HKruUUEUpd8V9_OGzL1H2cWQQ8ldPOWK4,4201
|
|
250
|
-
spire/pdf/PdfHTMLTextElement.py,sha256=u0ZZVteeJdwEaLkhjVB1ADlZu_bCnLBJMDFmSvryEZs,6595
|
|
251
|
-
spire/pdf/PdfHeaderSource.py,sha256=Wi1S0NMBhY5uDs1d_kJPPiEdiUq6U3lcQ50GVoA2U4M,357
|
|
252
|
-
spire/pdf/PdfHighlightMode.py,sha256=05CxWoTuHfp51AYrajIrLzhoLMotRuRISglbiMj6eVs,401
|
|
253
|
-
spire/pdf/PdfHorizontalAlignment.py,sha256=JA-lB-w_CIHcxaYia13rSkXMSWacGZMmFb_WU86dVP4,365
|
|
254
|
-
spire/pdf/PdfHorizontalOverflowType.py,sha256=EcmhR-tbuoNwIxLpqwF1LHuM13RMKfbIbYxnR77AdKo,519
|
|
255
|
-
spire/pdf/PdfHtmlLayoutFormat.py,sha256=vuxWTZX4mjh9B7RTBqoXTIs4jSZKkMUOZ0rALgS0GkA,6324
|
|
256
|
-
spire/pdf/PdfICCColor.py,sha256=Jfg4Ilh5QBK1YSCwWVDgaUnaYBxqLwZebN9nBAg5i1s,1789
|
|
257
|
-
spire/pdf/PdfICCColorSpace.py,sha256=eLRsI_HYRTfxAKiqQ1B4JjWLR2oqtQg-TG8l4zKZUb8,3868
|
|
258
|
-
spire/pdf/PdfImage.py,sha256=lGCXjYZ4SJ11wK8RO4mpSG5raCSX15ahG2B5L8tWSjQ,6561
|
|
259
|
-
spire/pdf/PdfImageHelper.py,sha256=17nHHOFGo9LYeFEJ0BPsquFcFW6W4Q3P8_2-9SkZVBQ,3164
|
|
260
|
-
spire/pdf/PdfImageMask.py,sha256=k34ejpPKD5ISy_tolsbYNt2hokgat2U2KYVklLCcGIE,1072
|
|
261
|
-
spire/pdf/PdfImageType.py,sha256=DFnWG2Z3IXFDZCFB4l8LUf0E4wOmYzoP1GwilSe3k-E,319
|
|
262
|
-
spire/pdf/PdfInkAnnotation.py,sha256=9kaHWDzAx9O-nI22rE0-AFcKZbUkhQpAij5cAHD2arI,978
|
|
263
|
-
spire/pdf/PdfInkAnnotationWidget.py,sha256=kDye6-g-JsOm3isxn7xnbP1WKCsJipaD3LCmw_0vE68,679
|
|
264
|
-
spire/pdf/PdfJavaScript.py,sha256=XxEFc_pL_m0LeF89FGuyvq-MDMW7Roe2LAb6uCiwne8,9202
|
|
265
|
-
spire/pdf/PdfJavaScriptAction.py,sha256=sSfCCwkWA-OmGG58dLquNX_UTJpL316Ifu5-tpHfC9g,1905
|
|
266
|
-
spire/pdf/PdfKnownColor.py,sha256=XYpTAGLjgWuDC3ZfVqRMH9PGdcZsBBG5oIK-e2Wk0MQ,1256
|
|
267
|
-
spire/pdf/PdfKnownColorSpace.py,sha256=DWb6XPYiKSkWJoo79VC_lXzXIRem1u2jAkUSDLxWlp0,2292
|
|
268
|
-
spire/pdf/PdfLabColor.py,sha256=cLhllnp6RSboc07UVGxrXPRrHNVBVSAAz_OoLvqucCI,3412
|
|
269
|
-
spire/pdf/PdfLabColorSpace.py,sha256=9NvhGF3H1W1OdTQIp7c3CPZUCKZiGdoAtpHuiypGS58,4096
|
|
270
|
-
spire/pdf/PdfLaunchAction.py,sha256=21mXGWWOGP0DdEVeKK806gSiywDRnSdNOmYtJUgykoY,2874
|
|
271
|
-
spire/pdf/PdfLayer.py,sha256=k-YXmiVUy6VwY-tIRjMFFXTzPcz45po8tPecIdwrhP0,4898
|
|
272
|
-
spire/pdf/PdfLayerCollection.py,sha256=G5DBcIJR80JhodD3pTJrZgEmGrBUevpXz5nUEGRazxk,7016
|
|
273
|
-
spire/pdf/PdfLayerOutline.py,sha256=m2SOsHvgUhjIf5pvhagaQVKazQytbcKhMn05L9Kcqm4,2025
|
|
274
|
-
spire/pdf/PdfLayoutBreakType.py,sha256=RbP_arTWQwEqzzRWd9hwNyRdkfKiJELYKzd8vfbrsBM,352
|
|
275
|
-
spire/pdf/PdfLayoutHTMLResult.py,sha256=eg6v0vGrnykHrfTygVypaDjoOKF9g73qxeovflUlzuc,850
|
|
276
|
-
spire/pdf/PdfLayoutParams.py,sha256=pax25jUiYbVD-sYnoFwilZNbJq5tISphayB_OunWsq4,2386
|
|
277
|
-
spire/pdf/PdfLayoutResult.py,sha256=vB4WUCoOtZvcS4772Ot7Y3PrH1KwUkDRXiqaT5GCRZo,1465
|
|
278
|
-
spire/pdf/PdfLayoutType.py,sha256=O6ZNerLI8qgbJCMIIQ4wG9bRNj0VLAvgDFzdA5v5XM4,336
|
|
279
|
-
spire/pdf/PdfLayoutWidget.py,sha256=YTmLKdo-n0tB5um3tY--AU0Sz4Mi7BrGAEPu-QvVBD8,6494
|
|
280
|
-
spire/pdf/PdfLineAnnotation.py,sha256=38MtxvkI2fCcsxz8UrU_HB3bUp_KuPtvuj-tbHneQhc,12337
|
|
281
|
-
spire/pdf/PdfLineAnnotationWidget.py,sha256=5ikhdIY_5BoNsOLSC869LicXvYYB4li0N1oF5RyHyTo,10613
|
|
282
|
-
spire/pdf/PdfLineBorderStyle.py,sha256=MN7h3LMAc5VSOX_0V7s-lDsZQBGstIt1d8ZExLIBZQo,405
|
|
283
|
-
spire/pdf/PdfLineCap.py,sha256=95ZHHIi2923W1xxqADouAU3eFdAhPMEpaXKPrnyEhSg,357
|
|
284
|
-
spire/pdf/PdfLineCaptionType.py,sha256=5BceeTffyH3VkrJIOTkilZ50ibURz8WPdZpgX4nglfg,489
|
|
285
|
-
spire/pdf/PdfLineEndingStyle.py,sha256=8g_jCWdHtlVhtTjUO0NNuT8lVB9WNez7sRluY7QSIVs,495
|
|
286
|
-
spire/pdf/PdfLineIntent.py,sha256=rU6cYAK-PSZRPFPkRr96i15ShIFsBWYHsU1wFsh-WEg,358
|
|
287
|
-
spire/pdf/PdfLineJoin.py,sha256=B6_tGj6Wm49_n8K58tvu0zf-ZRiD3Zn0nvZ5GVYStas,352
|
|
288
|
-
spire/pdf/PdfLinearGradientBrush.py,sha256=KzScCUOlQSvTwdI4M4I06j2RT0hbvtRPQ-d1leBYZjw,7016
|
|
289
|
-
spire/pdf/PdfLinearGradientMode.py,sha256=yvmdE9fumkuLzSgTTg3_LdfKVUgkwIzl99JEAOk-xa0,409
|
|
290
|
-
spire/pdf/PdfLinkAnnotation.py,sha256=vkV3rPAMcUsLXGZYaGHDs5vPyX2Mi6UXTMjlQhSgQuE,1136
|
|
291
|
-
spire/pdf/PdfList.py,sha256=exYb-e_nlr_wFwIWKG8fxH30W9_tx2eIWiPJPv8_JpQ,4787
|
|
292
|
-
spire/pdf/PdfListBase.py,sha256=K6IV_2j3yUovxRLxNldNPq0Ly81kukbu4L3ZtXYFDIk,5221
|
|
293
|
-
spire/pdf/PdfListBoxField.py,sha256=dYFbZFqGxyElLebwEujcKBu0utAToyMyo067oBe2KWU,1882
|
|
294
|
-
spire/pdf/PdfListBoxWidgetFieldWidget.py,sha256=EK4eYoiDKeaIafU7RSQ_fNQbX6OSK8rG1ULZ_eh-iV0,2093
|
|
295
|
-
spire/pdf/PdfListField.py,sha256=b7wwFUUeCzse0eJAB_rYikfJsMmVn_oYIBgctU7HGKw,3241
|
|
296
|
-
spire/pdf/PdfListFieldItem.py,sha256=-fcJobuDWZkjVI-Ry447a95-NJ6G_VMs-VOFE3KVGco,2970
|
|
297
|
-
spire/pdf/PdfListFieldItemCollection.py,sha256=ebc9GNPv6xM6yL9S7rWpk9Aa7nT6t9IRCeHVLJo91zg,4421
|
|
298
|
-
spire/pdf/PdfListFieldWidgetItem.py,sha256=vRR5XcDilORyZkn5eg-3IdUQ7ZQCrXssD--LVH664Do,357
|
|
299
|
-
spire/pdf/PdfListItem.py,sha256=RLcSmDgjiGIz2O-b9iE3hYzpW1aR32Rq5JeIg6llrwU,4664
|
|
300
|
-
spire/pdf/PdfListItemCollection.py,sha256=q9ykmm1IcK1qxUqXBIN37imqHvPcXPGyuChs2EMjwes,6851
|
|
301
|
-
spire/pdf/PdfListMarkerAlignment.py,sha256=eYNhyesttmLfzsunexk2TOjUHiqSGxnyDIyVksu5-II,316
|
|
302
|
-
spire/pdf/PdfListWidgetFieldItemCollection.py,sha256=EvG9-25dB0T4D8ZMirrP9mSNHfwx5IG6Vg7C-8Fo1lg,842
|
|
303
|
-
spire/pdf/PdfListWidgetItem.py,sha256=OyZQj_MWo-bppkRU3uOTxY2qzwdcBlOi9ebSu6O4T_4,2465
|
|
304
|
-
spire/pdf/PdfListWidgetItemCollection.py,sha256=9-4TZOLAlEnVUj01It2CsbZfAPLhuItcycsbIQQrrow,2755
|
|
305
|
-
spire/pdf/PdfMDPSignatureMaker.py,sha256=jb3LOzEfEa4GI9v7WEAfmS5hGQ15pF9x4lfc2Ck1lDQ,2327
|
|
306
|
-
spire/pdf/PdfMargins.py,sha256=fLJG6X_OXhOq4k2qWnUD_anKoM4bOIERqxNu5yXLpz4,6095
|
|
307
|
-
spire/pdf/PdfMarkUpAnnotationWidget.py,sha256=hJOIej_GNrxZLQdtwG3mTVg1uvOx97Gt9BV6Odfk6yg,4473
|
|
308
|
-
spire/pdf/PdfMarker.py,sha256=gVPicvvmCRFtbdPKpbqx-N6nvn5LKZem-Hmbip1SiEM,3525
|
|
309
|
-
spire/pdf/PdfMarkerBase.py,sha256=rsBZzSwoMWv3CxoJepIo0neovPBpu1wqSspyNMvFJrM,4025
|
|
310
|
-
spire/pdf/PdfMask.py,sha256=PKYjkXTpKBFB5QSnhqrfSvoV4autZq-l-pk6zsuGrvs,299
|
|
311
|
-
spire/pdf/PdfMatrix.py,sha256=tKb6i_c8O1_bAOA6QEt5q-oByztB97QuHDpEyckMOw4,9540
|
|
312
|
-
spire/pdf/PdfMatrixOrder.py,sha256=uPSHOfrbrfWuqO8nkFoYjXi1mUYbPWU09OCH-4dYmEI,466
|
|
313
|
-
spire/pdf/PdfMerger.py,sha256=NvSkZ2pv7qekN0MMsjgmmcSQ7J4oKyVKNNIriVTNPdA,2314
|
|
314
|
-
spire/pdf/PdfMetafile.py,sha256=x9ak3yC6s6VeGhYS2TByvr1V85gfl7MlYmNF_3E9k1s,2984
|
|
315
|
-
spire/pdf/PdfMetafileLayoutFormat.py,sha256=AAQ0gcSx0pwk-werkrU6oaNUaML_eQPDJMKk86H_eSw,1867
|
|
316
|
-
spire/pdf/PdfMultipleNumberValueField.py,sha256=rCwumfWESOplfWEsN9423a-JfesmDRRODn9z6ltGSnk,1283
|
|
317
|
-
spire/pdf/PdfMultipleValueField.py,sha256=_SeCg2fc2s8O6o_-p6fGtgpdCYk0DTbocyjOBcDvDI4,334
|
|
318
|
-
spire/pdf/PdfNamedAction.py,sha256=fIaBCLt96EIuQZwGzsCWxlEKMLRAyl9GsYMdAL-Ei-s,1250
|
|
319
|
-
spire/pdf/PdfNewDocument.py,sha256=8cLFTx1HUY77qVlRVbeJ7GqCtoFhLaNNAssoWl9nYIc,5275
|
|
320
|
-
spire/pdf/PdfNewPage.py,sha256=l7RESpRZ8v2mahuY7-4IfwUOxUPYP5_iK59orq-3_Gg,1158
|
|
321
|
-
spire/pdf/PdfNumberStyle.py,sha256=GNFbOpQCYJ05gjvkzDozE_LT-jdThDWzC0EXsPkrxIM,403
|
|
322
|
-
spire/pdf/PdfOrderedMarker.py,sha256=qgxpIghNS1Xl6xGGqbfRLpNy2xpxCnAbdVZG_wbxX5w,4880
|
|
323
|
-
spire/pdf/PdfOrdinarySignatureMaker.py,sha256=Q5NIVBaDdUd-RbjqQ340UsRVTcB-4IYz0SIf4_Gba5A,1523
|
|
324
|
-
spire/pdf/PdfPKCS1Formatter.py,sha256=_jOwlCOnTwfCFWcAbVzc1Z7ltqV3Ni5FAgd6vC7cOZc,2070
|
|
325
|
-
spire/pdf/PdfPKCS7Formatter.py,sha256=4yJTggk5lV9FDuH2p5I4cxmlKqj-YBQcOBIRs_I24wk,2318
|
|
326
|
-
spire/pdf/PdfPaddings.py,sha256=rNBOwT4OoJYNAf63Ks9123MAlVQadlkZl5m8XgGjF3Y,3135
|
|
327
|
-
spire/pdf/PdfPageBase.py,sha256=OE4jx5zF1K6nQuccvVOHWysqMrTjxuHqPqgb6vaD5jc,25014
|
|
328
|
-
spire/pdf/PdfPageCollection.py,sha256=T9KujKINbNISgJ_KuLZVnlMQlaJzdtDH-ICojuoKQ4M,13750
|
|
329
|
-
spire/pdf/PdfPageCountField.py,sha256=pquUorg6lwidvt_d-Ekp973JtRlpSstX0lb0dBCyXoc,3830
|
|
330
|
-
spire/pdf/PdfPageLabels.py,sha256=TFkQ3Dyb2bUe0bOCrjp-ZgZUr9xAPC4WcARQ127AGHo,5362
|
|
331
|
-
spire/pdf/PdfPageLayout.py,sha256=wHcmVbPcNuE0bzzFqCgPhx6V-Uf62RjBNrvPSGywD7Q,856
|
|
332
|
-
spire/pdf/PdfPageMode.py,sha256=3nFhe2HGRCo6k5l7u3VVguYKhAWpMfoKTAPnMmqLiiQ,414
|
|
333
|
-
spire/pdf/PdfPageNumberField.py,sha256=TDzU6YvaEVIi6qE627qDmNFQHOXvHh2_ecE3wfLH91s,2966
|
|
334
|
-
spire/pdf/PdfPageOrientation.py,sha256=FSBKt5V5-ohgtQAWwnileMB1fuwhjNvC52mVJ0vYv_g,339
|
|
335
|
-
spire/pdf/PdfPageRotateAngle.py,sha256=_jbA0Eo1V0ApNMQx40om8O38Jgdw6gyVZ4lOy27Bkac,466
|
|
336
|
-
spire/pdf/PdfPageSettings.py,sha256=1GZlFktifOhkjS9xLEPuieJHOy1O-l08vj9bdWqfLg8,12163
|
|
337
|
-
spire/pdf/PdfPageSize.py,sha256=nXEA-P7EE_31XhPOGmjCdUi8jg4bVQI4EMVjwwOZ57I,10434
|
|
338
|
-
spire/pdf/PdfPageTemplateElement.py,sha256=x3dloWED2K9q9VJ-DQKRPm31qnHlAxF1CK360lI3xG0,12786
|
|
339
|
-
spire/pdf/PdfPageTransition.py,sha256=6_jKAcijvI3qoIC_AtyUwB_5Cf87ZctiOVAwypbBROg,7963
|
|
340
|
-
spire/pdf/PdfPageWidget.py,sha256=ut4Q9_WjxrRIRPTCJOWzGuGYwJDJyxKyqaGuJZwNX2Q,1568
|
|
341
|
-
spire/pdf/PdfPageWidgetEnumerator.py,sha256=BrkjH8bSEEZuR4adclruzJDn2ClsVEdiERB6qy_rnaI,2134
|
|
342
|
-
spire/pdf/PdfPasswordSecurityPolicy.py,sha256=C3hK-5akJuqqFz9OlJP9fBUdLHi8Dh3-ejMq8PAB2d4,841
|
|
343
|
-
spire/pdf/PdfPath.py,sha256=0Frct8UHQpBz-UwKLy6zHQMvk4I_ICjXjHQCYzijZdI,15168
|
|
344
|
-
spire/pdf/PdfPen.py,sha256=UCO6l5e1ZrJCYxJdOOFjL2EzNRBUiMV3BBxMa7W0-rg,8608
|
|
345
|
-
spire/pdf/PdfPens.py,sha256=rjhC3YOZcahOYh6DPxi10sMmnSakx65vJm90JdGYmvg,56046
|
|
346
|
-
spire/pdf/PdfPermissionsFlags.py,sha256=BbWLrTo_z5Zzmx-yEWPDnNofHtPz4OSva5v-iNAISf0,548
|
|
347
|
-
spire/pdf/PdfPieceInfo.py,sha256=Ue-nVoOvO4ioDHhIXE_IIWSHg_RMIGTroTgAG4Vh2qg,1511
|
|
348
|
-
spire/pdf/PdfPolyLineAnnotation.py,sha256=HWzXon5NXRY7LMGSmf9Dcv600gsGGAR-3oTPaACgZtM,2957
|
|
349
|
-
spire/pdf/PdfPolyLineAnnotationWidget.py,sha256=bIyE3neh97Vw1kQPShvHYI7_9GbePZQGvSxlO9V1yBo,727
|
|
350
|
-
spire/pdf/PdfPolygonAndPolyLineAnnotationWidget.py,sha256=LBXeN1Scm_V5eRrtE5jQM0OIz1bezyBOpwh2d6qPk0U,765
|
|
351
|
-
spire/pdf/PdfPolygonAnnotation.py,sha256=7OglhQpNn2pCTImENVIejfgFKn68QW1HYT3OFgBgbdw,5117
|
|
352
|
-
spire/pdf/PdfPolygonAnnotationWidget.py,sha256=SzQTfb87_leOsU0yIVxXQ4n5NLmNFRAWWq7-ja-Fu7E,723
|
|
353
|
-
spire/pdf/PdfPopupAnnotation.py,sha256=kQSSyoo3eafCZU_8DCAqS3A5TR7pK-CdQtgF7wVAxKs,4610
|
|
354
|
-
spire/pdf/PdfPopupAnnotationWidget.py,sha256=LfYg73dk1Di_nrW4-zXpP2GWiM_0StBzoVoCLUgrDVs,2162
|
|
355
|
-
spire/pdf/PdfPopupIcon.py,sha256=321KI7zapIz7x6SP6hUvf6E1p5QK_gvvnqsQ83smNkA,416
|
|
356
|
-
spire/pdf/PdfRGBColor.py,sha256=ORFqet_Ex1DPpOBloKvcOoEARZOORGw8J3-7NPE5P9A,12087
|
|
357
|
-
spire/pdf/PdfRadialGradientBrush.py,sha256=ozK9RI-uoMcWvSsTdWT9SrFrYJ1Nirv_R9zANEheSZk,6046
|
|
358
|
-
spire/pdf/PdfRadioButtonItemCollection.py,sha256=0ipXxRzLj28HAlDZI6MtQxWiODdmQ4piDjY_5PHn6QM,4412
|
|
359
|
-
spire/pdf/PdfRadioButtonListField.py,sha256=a-D9dHxiKZAWCii-JPWRZm0uv_a5k7JXE5pgirwL8iw,4109
|
|
360
|
-
spire/pdf/PdfRadioButtonListFieldWidget.py,sha256=FICvvM16NnOtG5EmyQnzX4n72bWIPogwyt76tXFDLk4,5018
|
|
361
|
-
spire/pdf/PdfRadioButtonListItem.py,sha256=ZuGiq4fQgd0EwyKtD1ECiA3vNE9z_pT23QA-xsEYtuk,3525
|
|
362
|
-
spire/pdf/PdfRadioButtonWidgetItem.py,sha256=4tRlsu9XONiUVS_187ub4XdCNmXsgXBrBLv4BZ_hYxw,2141
|
|
363
|
-
spire/pdf/PdfRadioButtonWidgetWidgetItemCollection.py,sha256=0BHeppzh3OA-jxLg1CedmFyypHT54mru3dZ_teaM48Y,1091
|
|
364
|
-
spire/pdf/PdfResetAction.py,sha256=YifHhVGCKbZxS3wOr7E3k5spcpwQJ2O2sKA4lPs_QMA,1860
|
|
365
|
-
spire/pdf/PdfRow.py,sha256=pyPAtpL88R4gFrGWwlb1UZcLnAjbxbipC195Zz4EL_Y,1239
|
|
366
|
-
spire/pdf/PdfRowCollection.py,sha256=IuP_JY8Bf-h80AS8a4Cy1wUDDDJ4aNHyrUf7A5AD-k4,1621
|
|
367
|
-
spire/pdf/PdfRubberStampAnnotation.py,sha256=tP0aTFAeraB92iIjwGthj7MppG3M2Yx2a-2-VtXRo8Q,6928
|
|
368
|
-
spire/pdf/PdfRubberStampAnnotationIcon.py,sha256=VoBPqFEXJiAC1yjCbDuXuym9AvxBqC5aOYIAFwvCZIM,623
|
|
369
|
-
spire/pdf/PdfRubberStampAnnotationWidget.py,sha256=tugCzKqlJ6jZvdMknyZU5E-ebDlsPq8-6VW15t_SY8I,1560
|
|
370
|
-
spire/pdf/PdfSection.py,sha256=vMN1rAN5smgGyb32pdW_u4aahYHakJW7WcqPRLt07Qg,3949
|
|
371
|
-
spire/pdf/PdfSectionCollection.py,sha256=6hnjY0JIO1rRYTcENikU1twFBBUY8sklSoUCOBBv0Fo,3988
|
|
372
|
-
spire/pdf/PdfSectionNumberField.py,sha256=qlmK9lW41GrWYm59bQcsPJUZCohiqHhtnnGPkLjtGfU,3119
|
|
373
|
-
spire/pdf/PdfSectionPageCollection.py,sha256=CHv3gmt1kkLrncp0NUBmu3iaAcB2DSKyv6FzVNUkex0,4485
|
|
374
|
-
spire/pdf/PdfSectionPageCountField.py,sha256=56-MZuWzQRqWSzhLOWzQNlEDQx1RPtgRn5nVzIKWMu8,3030
|
|
375
|
-
spire/pdf/PdfSectionPageNumberField.py,sha256=exzszdwI3PNlag2E9lB4xZ42tHtM5p0QoI9WWc5YSfA,3063
|
|
376
|
-
spire/pdf/PdfSectionTemplate.py,sha256=wD0mFJTGqprEvM7OU1jYU0M4WfdilnpA7HBjOqpLq8g,4874
|
|
377
|
-
spire/pdf/PdfSecurity.py,sha256=2xRrs3bMDUsw0oopMKV98yF_YLcWKHYKZAVk0nJC9-0,7992
|
|
378
|
-
spire/pdf/PdfSecurityPolicy.py,sha256=sQ6FwUv-rJdg74CIzMvhHpBMgbi0e6DUf6uuJxc1NPs,2713
|
|
379
|
-
spire/pdf/PdfSeparationColor.py,sha256=-szPMtgZxfGv7aZDEKphNNT-WK4lwQu0uywqYBiF2hY,1486
|
|
380
|
-
spire/pdf/PdfSeparationColorSpace.py,sha256=fCNlWJGS6v5mTLwamHLmWcBGPcQhWbsTIyz5aZrxerg,2681
|
|
381
|
-
spire/pdf/PdfShapeWidget.py,sha256=aZaJ33LyowGHntKpqrCpxGBwxuAy7-_Lz2joBN0Ko0g,756
|
|
382
|
-
spire/pdf/PdfSignature.py,sha256=4IImru4GODTiQWYY5AcPYCu3c0ZOmCYM9F6LFh2xIDk,3850
|
|
383
|
-
spire/pdf/PdfSignatureAppearance.py,sha256=Y28OJAuhBkHsdFjlAYsEThp3-Ng3_DQn4Fp_OfzDhXY,6879
|
|
384
|
-
spire/pdf/PdfSignatureAppearanceField.py,sha256=_ShiZ0b9SL1kLoWU00D3iULCjHo9aaj5cLmLtF-aVgs,864
|
|
385
|
-
spire/pdf/PdfSignatureField.py,sha256=oU-HxkGhOoutbIXisBArufyLfEyKnekNcrwg42ArqLE,3456
|
|
386
|
-
spire/pdf/PdfSignatureFieldWidget.py,sha256=qrMHu6lSjqYxtDqx2HFSaiDqCLgYQG7UEGrb-UTtdUU,1592
|
|
387
|
-
spire/pdf/PdfSignatureMaker.py,sha256=DVq89T4UetIX3v3SBvW6J5Q1nCdpoN8S5BHEo984tfs,7957
|
|
388
|
-
spire/pdf/PdfSignatureProperties.py,sha256=UOSHUUKI54QFRPH3TMhwiie1uAhHv3g9Yu2dXG4xfTQ,2379
|
|
389
|
-
spire/pdf/PdfSignatureStyledField.py,sha256=py6OWNYSdyw5iQz9dAsI4TMH8AmgZx67fV_3fJrGsRI,7726
|
|
390
|
-
spire/pdf/PdfSinglePageScalingMode.py,sha256=PVEGJd2B0a56bjxS5frpVsRs2wtoyBhUniJpdYNRhlQ,683
|
|
391
|
-
spire/pdf/PdfSingleValueField.py,sha256=UMgCWigkhanUF74jogGg7lnx09_BeywIWCLfFFZMsng,353
|
|
392
|
-
spire/pdf/PdfSolidBrush.py,sha256=bobSrAj9eeSWDPAxRIL451TXPdfmS-7D8UBRsuVZcSw,2806
|
|
393
|
-
spire/pdf/PdfSortedList.py,sha256=wOMWSjj1r16_IOjMyNmmldkBOTFdE3VKDCG-YipEhTY,6730
|
|
394
|
-
spire/pdf/PdfSound.py,sha256=MCXUDsPttNHiQHv4P0N6WzIIJm4Tt3q-lEOSkvTxKUQ,3679
|
|
395
|
-
spire/pdf/PdfSoundAction.py,sha256=zs4cIPh2MMt32kXIAky3766ooa2fuVb3e5QdeC_TnCs,6462
|
|
396
|
-
spire/pdf/PdfSoundAnnotation.py,sha256=8bAYeeVaphRpvwWBz4LkN-4tStYD-qkXRNEhffKyQlI,3106
|
|
397
|
-
spire/pdf/PdfSoundAnnotationWidget.py,sha256=SvSV7J7umzCRA2jyVNWeSffWe6aU71WF_AtfNBqaBg0,2636
|
|
398
|
-
spire/pdf/PdfSoundChannels.py,sha256=PgDiTCGJ5yQUWciuD5CBS7CZZ2oTND6hy5CAjMxiC5o,455
|
|
399
|
-
spire/pdf/PdfSoundEncoding.py,sha256=3KpQwbibNTGTSi3X8TtgW0gkgnuT5C28hpNBzk5scz8,570
|
|
400
|
-
spire/pdf/PdfSoundIcon.py,sha256=i36wUTEFwzW_3WHr1kOVLh0HYnvzFtdhOHd5PVkWRmY,357
|
|
401
|
-
spire/pdf/PdfSquareAnnotationWidget.py,sha256=5x5a31Ay4aWyaKBIK3_kvkJc8TMIfoDB_qwDqUHFrF8,1937
|
|
402
|
-
spire/pdf/PdfStampCollection.py,sha256=O2asUqrOn-FKIqUUJM6yeAp5xo8M2PZAOgcRilqUFYg,4805
|
|
403
|
-
spire/pdf/PdfStandardStructTypes.py,sha256=_SijuR9YkFVbidvRGUzaVUE8fh2krROA8lHWKoFTTPM,24968
|
|
404
|
-
spire/pdf/PdfStandardsConverter.py,sha256=lajD5-227xQMX1IHDewcUBGUstf_dv5V14H6vN8hNaU,6952
|
|
405
|
-
spire/pdf/PdfStateFieldWidget.py,sha256=3MMbu_2aA1IuksOpuMDHpOeXxTv33rm_F2m2NHcVwd8,1154
|
|
406
|
-
spire/pdf/PdfStateItemCollection.py,sha256=jz2KIu69BflZSMH6lZOSY3WyV0aMyi_5zb0kOWSfrR4,953
|
|
407
|
-
spire/pdf/PdfStateWidgetItem.py,sha256=Gicbj35NOxPM_udGdg66XiTNhc32t25FihNrbKD6Q0I,1012
|
|
408
|
-
spire/pdf/PdfStateWidgetItemCollection.py,sha256=qG05fgV05GKDKkJm0d-gCt5VO5ZS4UfwVnUTyCVoTDg,838
|
|
409
|
-
spire/pdf/PdfStaticField.py,sha256=-eKEA4CTWVujSX68qxSmOgQxK6tMFbqZwu02hfIxfyI,359
|
|
410
|
-
spire/pdf/PdfStringFormat.py,sha256=7OYhH19w6WJtyBLnvX7lmJIWu9mumlGMRi3duGwRKcE,12796
|
|
411
|
-
spire/pdf/PdfStringLayoutResult.py,sha256=4VWaMZTBb73RDVhrl0WGWdhbgCQ23unmc_Lx76LWS7A,1993
|
|
412
|
-
spire/pdf/PdfStringLayouter.py,sha256=GW0-pu1jpccIUjQaxXt6hKGOP2MIDYVVeas0t8Now0o,1617
|
|
413
|
-
spire/pdf/PdfStructContentItem.py,sha256=LYe5avwcYTjCPE5QxDAH1iC-mXFnXp1mSO3kZw_0WXk,375
|
|
414
|
-
spire/pdf/PdfStructureAttributes.py,sha256=nKAz0mw5boojZZnSdW-otrGBxXPRykB8S7nJzUvlOno,3000
|
|
415
|
-
spire/pdf/PdfStructureElement.py,sha256=YBVWs22WxC4otnz5g8AbRkruIva9IBTeRiKlJ8vgQPw,6092
|
|
416
|
-
spire/pdf/PdfStructureTreeRoot.py,sha256=zLjkFgdXqd2ZNJSZrYdctOIW4sA4ElcMvCFSyrefsDM,2122
|
|
417
|
-
spire/pdf/PdfStyledAnnotationWidget.py,sha256=x7BHMVXwBw14kw_iMoHxkqHRRgYhl3tE4DvbDLMKyqA,6039
|
|
418
|
-
spire/pdf/PdfStyledField.py,sha256=WWl649daia-SPhpq8sWgVCuFb42OqBgN6F9cXlbng6M,8753
|
|
419
|
-
spire/pdf/PdfStyledFieldWidget.py,sha256=-TXOhaYX5eW2uORTb5F4gkHOMLUCgSjHr2uvJRDtVbg,12734
|
|
420
|
-
spire/pdf/PdfSubSuperScript.py,sha256=2AlsPorFPGnn6_PIvVVcPru4zgh6PmyBfFNRRp76wxU,365
|
|
421
|
-
spire/pdf/PdfSubmitAction.py,sha256=zn2nDn2HLDrDtK08qU2Yipu0vjqQAwKoWiI1xtwziDg,9876
|
|
422
|
-
spire/pdf/PdfSubmitFormFlags.py,sha256=17PLcQRI7VdZd-hJWHPOEFB-uSlLxOk5gVR1d0YD4lU,639
|
|
423
|
-
spire/pdf/PdfTable.py,sha256=WCbrU51kONS3_7Z7iDYJQtDXM4ioeTT3rx3wr4epIUw,15251
|
|
424
|
-
spire/pdf/PdfTableDataSourceType.py,sha256=ptdcsofYA7uBZ3Tq3pOlG4f_SgBvkp-xzaD3VScGUyo,346
|
|
425
|
-
spire/pdf/PdfTableException.py,sha256=Odl9xlUg0JIkypy3rH1Mf3XRAlbhANli1PsVQeLI9OY,339
|
|
426
|
-
spire/pdf/PdfTableExtractor.py,sha256=x19rLjRC9a1U3Qb9KGARKvxB6rohZnZEvsMtOpnA5WA,1619
|
|
427
|
-
spire/pdf/PdfTableLayoutFormat.py,sha256=5XCbUhSoSSsKeGSBJuFWi5u0pE41rbkztrIsHUe0Isc,1665
|
|
428
|
-
spire/pdf/PdfTableLayoutResult.py,sha256=ySjBRZoBxGwPcVbse44-bKWoxM2OkZp6nDBD8YTci60,715
|
|
429
|
-
spire/pdf/PdfTableStyle.py,sha256=XchWQGLYMrLnpFvYPOBTY6tOHznK_3A3VuJEV_vB_HA,8614
|
|
430
|
-
spire/pdf/PdfTaggedContent.py,sha256=JSpbBlenLsq4zzAZTXdmRMzpXuyMCwEmaSIGZ_Ynsj4,1739
|
|
431
|
-
spire/pdf/PdfTemplate.py,sha256=ZHh5IBKmTdXl0JvRbLfaN_QYqwbrWDVA3gQaWnLSCYg,5023
|
|
432
|
-
spire/pdf/PdfTexBoxWidgetItem.py,sha256=lCk1g2g_J6tu2NlbtK9G8Pl0_aM9rLo6ZXMwVxratg8,322
|
|
433
|
-
spire/pdf/PdfTextAlignment.py,sha256=Q9GOJcFGpFtAr6P-zZlWCLnMaM4MkOY-WOGIij326SA,363
|
|
434
|
-
spire/pdf/PdfTextAnnotationIcon.py,sha256=MX9QVhIw46xWctoDS43jpw9QVDSZ1QUiRBhsg7ijY50,425
|
|
435
|
-
spire/pdf/PdfTextAnnotationWidget.py,sha256=F79ilFegO4CqQvnG44kQHaV2VE2rs11IlixA9CB7tTw,684
|
|
436
|
-
spire/pdf/PdfTextBoxField.py,sha256=fAhd-nwRuyRwn5WQ31Y94HO31xFuCiSXtzQvuaZw4s8,8308
|
|
437
|
-
spire/pdf/PdfTextBoxFieldWidget.py,sha256=1IQREBuj8vmO-_c6K-5Mv90LAXmamkmDkfjfbqG6qtE,8896
|
|
438
|
-
spire/pdf/PdfTextBoxWidgetItemCollection.py,sha256=EqiJO0kvCjBoy-VVn7fqn5bA8jAMCDsXChbbU6JIo5E,995
|
|
439
|
-
spire/pdf/PdfTextExtractOptions.py,sha256=DJXP8FNRl5L4jT7fJSQQjyUtBLoXSnFBbPMUuqh1GBY,2577
|
|
440
|
-
spire/pdf/PdfTextExtractor.py,sha256=OGOFiqyVS8cyplTwqaY5JsSwk44Np7OykmOdaF03PPw,1276
|
|
441
|
-
spire/pdf/PdfTextFind.py,sha256=d57QgjucSVevmbd89KyoyeuIMysmFnzB1tjnlHLA9Mo,11072
|
|
442
|
-
spire/pdf/PdfTextFindCollection.py,sha256=VqqbCb-xotqwLcXPBY3aOXwhREcc9TW5OVjNqsgeu8c,867
|
|
443
|
-
spire/pdf/PdfTextFindOptions.py,sha256=kI7FHCanv0J5CD4Frnky9yuao4EZy-V442o1A42h894,2606
|
|
444
|
-
spire/pdf/PdfTextFinder.py,sha256=8yH1lIu0jjFVFeYwiyWDXS3OxnMGoNX05CNh3OBHJgM,2693
|
|
445
|
-
spire/pdf/PdfTextFragment.py,sha256=Cm94jOiPAIPA-RpWfU_jmXwbyOpuR7wTLJZNL8acsvA,4064
|
|
446
|
-
spire/pdf/PdfTextLayout.py,sha256=5F45-onRLY9Tpo5a5OYYy0pu7YTrdqBiRtLXIp0BKcA,3770
|
|
447
|
-
spire/pdf/PdfTextLayoutResult.py,sha256=pnl5QdPtoNMmHjZq_-HhcN4av2GOsEEaP9c5Ql7uo5s,1248
|
|
448
|
-
spire/pdf/PdfTextMarkupAnnotation.py,sha256=Bxtwi8hiQidGdSrUgqlxPssTPJrb5fireyN2OdzJ1OY,6034
|
|
449
|
-
spire/pdf/PdfTextMarkupAnnotationType.py,sha256=mtvNo8RbwXEBoVKG8OoN5xSbzxcU2gK8lq0vP84P-lk,634
|
|
450
|
-
spire/pdf/PdfTextMarkupAnnotationWidget.py,sha256=CB1O0Q16ez5HqtOXPlFhSVVN5js7qxEF4AOlXhht094,2435
|
|
451
|
-
spire/pdf/PdfTextReplaceOptions.py,sha256=T5ZenPJbYI1ODwq5SOptsFeByMdUxf-VcAN-85k91So,1421
|
|
452
|
-
spire/pdf/PdfTextReplacer.py,sha256=iz_cxXgprh_phJ0IIHADlBv-gyPET56_b4k7yK1QWxY,3266
|
|
453
|
-
spire/pdf/PdfTextState.py,sha256=ALoA7lae4O9XT_-thlzpAnIQyctz5qIOGPBrtalCmBI,2931
|
|
454
|
-
spire/pdf/PdfTextStyle.py,sha256=zZhmTA4FgT0Pee55NtvMrFVFsnj3W52tFSoEjYGpCto,339
|
|
455
|
-
spire/pdf/PdfTextWebLink.py,sha256=ettqd8x1Ffsl2fk_G-lFMAQvCvXdkvF2lJubY5kEuoA,2541
|
|
456
|
-
spire/pdf/PdfTextWebLinkAnnotationWidget.py,sha256=extkJ8pYdj1Ca0I2OrQnA-YMsoYRwwc7XHVN4WWao34,1409
|
|
457
|
-
spire/pdf/PdfTextWidget.py,sha256=2IfSiXBFCzgqE7loVwL5pxy6vfFKCqTDm57zZwvnzqE,9227
|
|
458
|
-
spire/pdf/PdfTilingBrush.py,sha256=qlQIQdCmfGf9X_4dwWui4wJXAtQH2h69Gpv0nfEVbWo,4321
|
|
459
|
-
spire/pdf/PdfToDocConverter.py,sha256=cKz6gj6zAe1gYsSRuxFlj8qMv5HEtkDx6S7mD00RFsA,4960
|
|
460
|
-
spire/pdf/PdfToHtmlParameter.py,sha256=-5rohjnTYN0rJ6C_4_K5bIGiBLfLx-ahYWBPHrX55KI,1708
|
|
461
|
-
spire/pdf/PdfToLinearizedPdfConverter.py,sha256=vtll05Yitp98sQE-he4Ah2aTLWyCY9jrIAt-GF_Yofk,2850
|
|
462
|
-
spire/pdf/PdfToWordConverter.py,sha256=jotUWgAiGGBW0Il77_U9yHjAKBfOI7H8SqTLX4GfsDY,3692
|
|
463
|
-
spire/pdf/PdfTransitionDimension.py,sha256=pqIuxMEnEEXDpyBo6uZZuzZLvOHplBzBxWEfHNzNUzA,465
|
|
464
|
-
spire/pdf/PdfTransitionDirection.py,sha256=I6I1z-FXquWNoSPzAteCTGzxfCy8x7G-oTcP8Q49520,417
|
|
465
|
-
spire/pdf/PdfTransitionMotion.py,sha256=fHxozV7jU_VI0W-0_VImxuxBXRYP8Cv02-999aidX1w,325
|
|
466
|
-
spire/pdf/PdfTransitionStyle.py,sha256=cezarCxhDV6dZwL2xMQPKFWf3PJJTmKU-Pgyd4nGLyA,1050
|
|
467
|
-
spire/pdf/PdfTrueTypeFont.py,sha256=2mnMkPz7bLQHUQ4ThZHaq1zC_tLzkSIn3VKMHlvofhg,2676
|
|
468
|
-
spire/pdf/PdfUnidimensionalBarcode.py,sha256=w9keESX8pvVij3rDc7DVrsAgk6501M3jjVQrdbZyAjE,7633
|
|
469
|
-
spire/pdf/PdfUnitConvertor.py,sha256=eVAY24SfcFmPEHt8UznRaJmuoTwI9ek7m5ybTCTVELk,6944
|
|
470
|
-
spire/pdf/PdfUnorderedMarkerStyle.py,sha256=9KExrtdo9xkVy_Y9i65iQOJP_AqnAFL7Zg34dyg2JiI,450
|
|
471
|
-
spire/pdf/PdfUriAction.py,sha256=cN2h-UnJw8h6nY1v2lYe80Aqbg6h6VjTWfI-zwn3EhA,954
|
|
472
|
-
spire/pdf/PdfUriAnnotation.py,sha256=WYb92bHETmJPd4F-OJYN949EVe9ALZKOIPxYdJ8APAQ,2812
|
|
473
|
-
spire/pdf/PdfUriAnnotationWidget.py,sha256=IA7ENh61Un-ERTbNYOYZZspp4DHPzfPgdX0CypsQgVk,1442
|
|
474
|
-
spire/pdf/PdfUsedFont.py,sha256=WnZSRH28rjQ9JvXUOLLgcEbWA7QY5lVw9ZycmIQc1ng,2953
|
|
475
|
-
spire/pdf/PdfVersion.py,sha256=V3ab518g6JtF_yqZTI8mBUwETRydMw2k8jPyX4Vvs0A,467
|
|
476
|
-
spire/pdf/PdfVerticalAlignment.py,sha256=OoAFt_wsQ-pGZc2OP-sL6R7gtlsG4huMEj1zHHNN3dE,361
|
|
477
|
-
spire/pdf/PdfViewerPreferences.py,sha256=K8e_tDmX0jcf4sy0MDUn23-8OA9hmimiY09iFyv3t00,7630
|
|
478
|
-
spire/pdf/PdfVisibility.py,sha256=0PE-CYsySzvq_VW0cJo7g5LVu2qEPmxb7VF908pZShY,369
|
|
479
|
-
spire/pdf/PdfWatermarkAnnotation.py,sha256=aWtDccdazYrSFFCBy7IT7l4u4ZumjtIsdU5bKfxms2Y,3542
|
|
480
|
-
spire/pdf/PdfWatermarkAnnotationWidget.py,sha256=sGxu2O-w1HRqcqUBgSoKT0cFwLFs4GGGZYgVhzlJa_o,397
|
|
481
|
-
spire/pdf/PdfWebLinkAnnotationWidget.py,sha256=FxXBrao4jF4B1GslowKFQY3QHOKU0l3s36O06qiYsQg,704
|
|
482
|
-
spire/pdf/PdfWordWrapType.py,sha256=Esu3DgIjJw4tvvBFuPPLH2dLkx0VRprSkXOtTOb5gFQ,354
|
|
483
|
-
spire/pdf/PrintScalingMode.py,sha256=b5pZovA8pt8AWZpt4WznxCu720nU95SzPemnCPhq4xQ,445
|
|
484
|
-
spire/pdf/ReplaceActionType.py,sha256=bbZ1gmFjEGGQeXzbAYzdyatOIVqyrKggrMOUuuXlKno,600
|
|
485
|
-
spire/pdf/Security_GraphicMode.py,sha256=zE3BwwIq_Bpt8T2DW-KlGjLibsFbHSOoL55wkl5-CnU,454
|
|
486
|
-
spire/pdf/Security_IPdfSignatureFormatter.py,sha256=zRRJkrV7KLIFBirvYF_1SSE1AvLgdlq3QbPHHi4ktWw,659
|
|
487
|
-
spire/pdf/Security_PdfSignature.py,sha256=a8Z8js8T2R2Rq2qSdgBdkAAnZimH8ApS3gkQt1EN8pk,31734
|
|
488
|
-
spire/pdf/Security_SignImageLayout.py,sha256=ZNMpVDajgU8fyjk2fOKKbQn6qijf5jdAMP1t9INHLG8,476
|
|
489
|
-
spire/pdf/SignImageLayout.py,sha256=Vlwe2C6rGZdLfKJ5LcEnn8rZ7GJgoE1nYfySkpopb7Q,341
|
|
490
|
-
spire/pdf/SignInfoType.py,sha256=lxhs05q68LYk26hfDcuJBZEL3l00C7GXZRxS8jmaasI,467
|
|
491
|
-
spire/pdf/SignTextAlignment.py,sha256=Sn5Pz2XhQ5QzR-xZds9wKl1XEUqQI3kScqZJHIRZz9o,348
|
|
492
|
-
spire/pdf/SignatureConfiguerText.py,sha256=rjjrvvwPvpZimstSlGKj8Xh4lQL1YR9rUSOKuy0YW8w,859
|
|
493
|
-
spire/pdf/SimpleTextExtractionStrategy.py,sha256=7GXKr58J2_5miMCg4SrIqk0DJHYMJJXsEm6Q8-AzlxY,637
|
|
494
|
-
spire/pdf/StoreType.py,sha256=fRqk2_rE2IhB4wuQgSSfCvurtwGKeK_BexVI2m-GDAw,354
|
|
495
|
-
spire/pdf/SubmitDataFormat.py,sha256=zoRMnT9DmQ-LkzQm-L9BqWDTmqQZVHg2hMf13sdOH3k,356
|
|
496
|
-
spire/pdf/TSAHttpService.py,sha256=beAeiVRxMVQaxP9mB7FBWenE-rkOtOq1ey55Tv0l3l4,1355
|
|
497
|
-
spire/pdf/TabOrder.py,sha256=GwXU5__-QAkzu0u82djfckZeH9wPUmuJ8OzOPX0_aIk,616
|
|
498
|
-
spire/pdf/TableWidthType.py,sha256=ztd04IXjPnMuPBrmd_SzdMOibOIPgkPe-WZaGLltU_c,325
|
|
499
|
-
spire/pdf/TextAlign.py,sha256=6tiJWPHFi3NYfcvcExr84BRjyOAzKpcdy8w-islkwgo,546
|
|
500
|
-
spire/pdf/TextFindParameter.py,sha256=nfwBvq1nMqzLOcf1KhbrP4Uazj9n0ZWEikJlW7KtFL8,583
|
|
501
|
-
spire/pdf/TextLocation.py,sha256=nKjWIs07yNapAtuMKCBxT7qXGjdwqf1-X9nJ0rgE-9E,336
|
|
502
|
-
spire/pdf/Utilities_PdfImageInfo.py,sha256=SP8xi7AOta5uA-enYZqvQghVseLykp_bM9ICxtqiuGs,2517
|
|
503
|
-
spire/pdf/Utilities_PdfTable.py,sha256=tlKCWpp7oWBkEaZ22A8vYzLgzlsJuWrBPTlRvNjjNWM,1705
|
|
504
|
-
spire/pdf/XFAForm.py,sha256=yvRPjDVRbG0QCZf6pJQ2IHbOyyqcpMIa2Z8S3wHlQDE,2551
|
|
505
|
-
spire/pdf/XfaBarcodeField.py,sha256=xnEwOJL1lzRJ6EDsyOeeGGLHZjESVpLKVhbTuvy8jCc,2993
|
|
506
|
-
spire/pdf/XfaButtonField.py,sha256=xJ0mjJZ1U7JVnBPgCcWVt6CS9FlTepTaCx8S3oeyHBQ,253
|
|
507
|
-
spire/pdf/XfaCheckButtonField.py,sha256=xVib0TGbebNEBpOn_gX_z7rCq7COBLVpG6aGSONEU7Q,1058
|
|
508
|
-
spire/pdf/XfaChoiceListField.py,sha256=hlEbS5mxctuNKlUTxu6xGNvw0d_cU9Rs7NF9fr1fX9M,2161
|
|
509
|
-
spire/pdf/XfaDateTimeField.py,sha256=Z3SWH_4TkEszObo5unLM0URB5ePdZeBGAxzN8go_vKs,1562
|
|
510
|
-
spire/pdf/XfaDoubleField.py,sha256=wWNXK9liRR5GJXtU2l8UHExI0mX_g4Gc9JGrjMUlbhc,942
|
|
511
|
-
spire/pdf/XfaField.py,sha256=7H1fuPToWQUf1Jy_UfS85ZIboKJIbZ5vVezGVhtdi-8,1396
|
|
512
|
-
spire/pdf/XfaFloatField.py,sha256=6ciKKSSjUKJpkOjk0rzwPw3tQ_soQd8pFYayDcUeqxU,931
|
|
513
|
-
spire/pdf/XfaImageField.py,sha256=1OTvM_ZBNNkMALjLccbS-_xIBGfshDRPCU4qGaTcWos,1689
|
|
514
|
-
spire/pdf/XfaIntField.py,sha256=2UeHYl-TI2D0aFA82LipCPdYaJiRJKfbFaTgqhgjv68,915
|
|
515
|
-
spire/pdf/XfaSignatureField.py,sha256=TzeO-nx_0OsP-FpoB0ist1iQ4gq61IgdY1uMYPsgsI4,256
|
|
516
|
-
spire/pdf/XfaTextField.py,sha256=puzY8UthgUGQbTbEKnUKSH9Pku24h3tMA7m_i-nT6Es,931
|
|
517
|
-
spire/pdf/XlsxLineLayoutOptions.py,sha256=wlgRbDlay-Pj1Np_osbiDN7V3EgfjMz-Vx5LBu_lqMw,3749
|
|
518
|
-
spire/pdf/XlsxOptions.py,sha256=1WWuTKqvl61O3EzDf8SeWKAKs0w3-VcUueW25VQ6yM0,312
|
|
519
|
-
spire/pdf/XlsxTextLayoutOptions.py,sha256=UA8Q0oMK5VxBFND-oo2tHkVm1gWcMcd8zApcrtb5UEo,460
|
|
520
|
-
spire/pdf/__init__.py,sha256=t7f6mc4zwPFBUonpEOjkKRF9I_E86Gl7WQ8sFNIGD7k,33966
|
|
521
|
-
spire/pdf/common/Boolean.py,sha256=Gg9BuhmYb0mU10Qypjcotmi6y8eYNkkL7ZVNWJXNvXM,5019
|
|
522
|
-
spire/pdf/common/Byte.py,sha256=HPugnfUOmO41y-YJA6dZwoF3b8-c57M6zAGWbqT0J48,6567
|
|
523
|
-
spire/pdf/common/Char.py,sha256=86CbXciZ9KQqoD0LwEmdZjk22w7X1_rVHp-kvYT1QRw,17817
|
|
524
|
-
spire/pdf/common/Color.py,sha256=uYBsLKFbdqYF7PXuRzB8x6qjPEwjxIqNsrAhk8ZmGdc,55510
|
|
525
|
-
spire/pdf/common/Common.py,sha256=mC8aihz3ONPQtdDCkZqOVtafW0BSR8H2vqlOiZkt79E,4864
|
|
526
|
-
spire/pdf/common/CultureInfo.py,sha256=nwFgmdhTMCOGauGKNoNdaNY3660-WpKh49aFExRuWxA,16924
|
|
527
|
-
spire/pdf/common/DateTime.py,sha256=emvRFe-QIbgu67FtTFokBxaowWphm2NiZSPyZLoCM-A,33400
|
|
528
|
-
spire/pdf/common/Double.py,sha256=CpQg0MScflfa8YE9bDotLBaS75vJEu9AGDgUkXf6O4U,11578
|
|
529
|
-
spire/pdf/common/EmfType.py,sha256=xQSrQ2suaN8NnV-S6xRmi_nQZhqhdc3CfGU8XYkWLrw,627
|
|
530
|
-
spire/pdf/common/Encoding.py,sha256=j9n4ng3N0N0YQbxgrNW3cW9w091dVEIXPFnljhTeaCQ,28339
|
|
531
|
-
spire/pdf/common/FontStyle.py,sha256=YC-j5qLDf9A_q7RqRYw7SHLmqRCjWnnppFtZTT33bWI,655
|
|
532
|
-
spire/pdf/common/GraphicsUnit.py,sha256=okBnR-Rg5Plg9T5yU29P94myOUE3ykU1pg9T2Hhcgnw,687
|
|
533
|
-
spire/pdf/common/ICollection.py,sha256=OfqKypHDwwgDGZMwQ7dho-63DZosQn82wjD5fCbhSuU,2156
|
|
534
|
-
spire/pdf/common/IDictionary.py,sha256=Ll9QjoHss2h1-CJJbEq-dNdTsJrTE23XOkj2-_dknN4,2014
|
|
535
|
-
spire/pdf/common/IEnumerable.py,sha256=l-bxpSofSo5DplJI1GQDFl3Xm1WM8VDx2H-96nH7dhQ,1426
|
|
536
|
-
spire/pdf/common/IEnumerator.py,sha256=kwwgAZkTXzaChJ84-xz3JvvB8277M8AHK3k-EKyyWlQ,1713
|
|
537
|
-
spire/pdf/common/IList.py,sha256=2vSsYwQVcQywFqmISDHC6aBmjoYbyifWA9pE0G5Nr90,4050
|
|
538
|
-
spire/pdf/common/Int16.py,sha256=IU-1d63XdDPRgL1DaUS_SGDXwdbNqMjCM9JqDlQMtb0,7121
|
|
539
|
-
spire/pdf/common/Int32.py,sha256=W9IAGGw2aVkgja-vPy-AvvCMc2xN3ww6x__5Uq0B88s,7527
|
|
540
|
-
spire/pdf/common/Int64.py,sha256=hf_Pl3gYPgUoSYTmbjE7F5faIIxejyp7cxsCEv_UqK4,6627
|
|
541
|
-
spire/pdf/common/License.py,sha256=sOE_GIe5VLchVKC74hfxBRoKSGWmQgJXm8ywTkRvoJo,7966
|
|
542
|
-
spire/pdf/common/PixelFormat.py,sha256=_h4oLppoWjPqFTtPsQzACFTG9vo28iggtKRdrECsDeo,1196
|
|
543
|
-
spire/pdf/common/Point.py,sha256=fOpUybylgCqdJNvQcyQq9x8z1-hHJ8FooNn4I5KWU7g,7921
|
|
544
|
-
spire/pdf/common/PointF.py,sha256=g4kTwcHHlB-bGzC4mKkmXZOvtpALy_kVPJ7IErMh8XY,7572
|
|
545
|
-
spire/pdf/common/Rectangle.py,sha256=OOyoiCGZuoFbW8mXlnqygPgiixDwF-4GAtXsyxjtBj8,12335
|
|
546
|
-
spire/pdf/common/RectangleF.py,sha256=CRdweThcLeoz9hnSyTFSK5FoPKkEPtYhanq4nd1oOw0,12497
|
|
547
|
-
spire/pdf/common/Regex.py,sha256=G7-W5IIm1sWwbTcikUR__0p8OIeWPzRqKzahHoCqWuI,33605
|
|
548
|
-
spire/pdf/common/RegexOptions.py,sha256=UDAXOOMJB0b-FqCmOwOFaydf3a8BG-C_L_XUGtFvmzI,771
|
|
549
|
-
spire/pdf/common/Single.py,sha256=AUBq25j3wtaFjPgO5Vlg4mP-9KBw_8XwTsRtmhKkkYs,10848
|
|
550
|
-
spire/pdf/common/Size.py,sha256=kBRZRJtFimWxgcyvJVJDnE5BRTITdZfB2PY0h9TBbhg,7205
|
|
551
|
-
spire/pdf/common/SizeF.py,sha256=00wp040xzteLh15NWORfFYG6FmrthMU1-t0bd9Zjlro,7303
|
|
552
|
-
spire/pdf/common/SpireObject.py,sha256=ePvUecLN97Vn2J6rHwgXIKdWbBvyGSl0QYQbexeLCk8,2161
|
|
553
|
-
spire/pdf/common/Stream.py,sha256=EbJZRC9iFZ2oE3S-y1QgrVeJKN1WygswRoIqFyf4o0U,17377
|
|
554
|
-
spire/pdf/common/String.py,sha256=qumM5ufxyBDa0wv62K4HLYJL146fSRPauVeRiiOSO2g,55020
|
|
555
|
-
spire/pdf/common/TimeSpan.py,sha256=NjKzlpCPrHvfIaK8fu0Ipcjr_eUWbR9rs5NbUDh3_-Q,25799
|
|
556
|
-
spire/pdf/common/UInt16.py,sha256=yFB9ZzaFmXDx9yUH28t6MDeFAyRNoM5EhN3eU1aaRL0,7192
|
|
557
|
-
spire/pdf/common/UInt32.py,sha256=DYsKvxrI7J-0ppCzPM5SCeP5rTszqUqdTPcjiwc26IU,7192
|
|
558
|
-
spire/pdf/common/UInt64.py,sha256=cHaKw1n6DHkxngz62YPdksXxFSJPotiGEC-Q9qWnLMg,7192
|
|
559
|
-
spire/pdf/common/__init__.py,sha256=bNRHgxUN12PGcC5IQBvqKPlFkmSu2fdc7e0qzd7Vz8E,17132
|
|
560
|
-
spire/pdf/lib/Spire.Pdf.Base.dll,sha256=-QhPGYU9yFUV4SQpjJu8VzLDRnyoj99EQUqb4893fOM,50428928
|
|
561
|
-
spire/pdf/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
562
|
-
spire/pdf/lib/libSkiaSharp.dll,sha256=BD0b-JGZXN5fxQ4aB1J_cy8nWQjGBDvS9nZl7ZYtHY4,9605176
|
|
563
|
-
spire_pdf-11.6.1.dist-info/METADATA,sha256=C3feFHqKH3-3V6lYeoBFP8sEskdNc7bmpnTwO0zYyNk,7151
|
|
564
|
-
spire_pdf-11.6.1.dist-info/WHEEL,sha256=AiyVnrmrEuW_cPqhPlarzpb5qtD8ITcBeZKvhXXgyN4,98
|
|
565
|
-
spire_pdf-11.6.1.dist-info/top_level.txt,sha256=WxTypv85IOx5WpDWDS_HpIgu5l722KWSil7EHZwF08M,6
|
|
566
|
-
spire_pdf-11.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|