Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 5,547 for

sign document

(0.91 sec)
  1. Export ODS to DOCX in Android or with free Onli...

    Android API to Convert ODS to DOCX without using Microsoft Word or online. Test free ODS to DOCX online converter quickly before integrating the code....presentations, and word processing documents. It is an open standard developed...DOCX (Microsoft Word Open XML Document) is the default file format...

    products.aspose.com/total/android-java/conversi...
  2. VbaProject.name property | Aspose.Words for Python

    VbaProject.name property. Gets or sets VBA project name....Examples Shows how to access a document’s VBA project information...aspose.words as aw doc = aw . Document ( file_name = MY_DIR + 'VBA...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Online SVG to PS Conversion or Build .NET based...

    Free online app to convert SVG to PS files. .NET C# conversion library code for SVG Documents....will be converted into PS document Download the converted PS...Automation API Open SVG file using Document class Convert SVG to Doc by...

    products.aspose.com/total/net/conversion/svg-to...
  4. VbaProject.CodePage | Aspose.Words for .NET

    Discover how to manage the VbaProject CodePage property to optimize your VBA project's code page settings for enhanced performance and compatibility....access a document’s VBA project information. Document doc = new...new Document ( MyDir + "VBA project.docm" ); // A VBA project...

    reference.aspose.com/words/net/aspose.words.vba...
  5. Signature Management|Aspose.PDF for Python via ...

    Learn how to remove digital Signatures from PDF Documents and optionally clean up Signature fields using PdfFileSignature in Python....digital signatures in PDF documents. In addition to reading and...when a workflow requires the signed content to be updated or the...

    docs.aspose.com/pdf/python-net/signature-manage...
  6. DigitalSignature.signatureType property | Aspos...

    DigitalSignature.SignatureType property. Gets the type of the digital Signature....signature in a document. const doc = new aw . Document ( base . myDir...myDir + "Digitally signed.docx" ); for ( var i = 0 ; i < doc ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 从 PDF 文件中移除签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类从 PDF 文件中移除签名。...RemoveSignature () { // The path to the documents directory var dataDir = RunExamples...PDF document pdFileSignature . BindPdf ( dataDir + "signed_rsa...

    docs.aspose.com/pdf/zh/net/remove-signature-fro...
  8. 在 PDF 文件中验证签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类在 PDF 文件中验证签名。...IsPdfSigned () { // The path to the documents directory var dataDir = RunExamples...PDF document pdFileSignature . BindPdf ( dataDir + "signed_rsa...

    docs.aspose.com/pdf/zh/net/verify-signature-in-...
  9. Convert DOCM to PPSX in Python or with free Onl...

    DOCM to PPSX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCM to PPSX online converter quickly before integrating the code.... DOCM is a Microsoft Word document file that contains macros...read, write, and modify Word documents without using Microsoft Word...

    products.aspose.com/total/python-net/conversion...
  10. Verify Signature in PDF File|Aspose.PDF for .NET

    This section explains how to verify Signature in PDF File using PdfFileSignature class....Verify Whether the PDF File is Signed Using a Signature To verify...verify whether a PDF file is signed using a particular signature ...

    docs.aspose.com/pdf/net/verify-signature-in-pdf/