Sort Score
Result 10 results
Languages All
Labels All
Results 8,791 - 8,800 of 401,853 for

document

(0.17 sec)
  1. Digitally Sign Word File Online or using Androi...

    Free online app for digital signature in Word files. Develop Android application to electronically sign Word Documents....powerful android based Word document signing applications. Freely...digital signature into various documents including Word files online...

    products.aspose.com/total/android-java/signatur...
  2. Digitally Sign ODT File Online or using Android...

    Free online app for digital signature in ODT files. Develop Android application to electronically sign ODT Documents....powerful android based ODT document signing applications. Freely...digital signature into various documents including ODT files online...

    products.aspose.com/total/android-java/signatur...
  3. Digitally Sign DOC File Online or using Android...

    Free online app for digital signature in DOC files. Develop Android application to electronically sign DOC Documents....powerful android based DOC document signing applications. Freely...digital signature into various documents including DOC files online...

    products.aspose.com/total/android-java/signatur...
  4. 创建 AcroForms - 在 PHP 中创建可填写的 PDF|Aspose.PDF for...

    本节解释如何使用 Aspose.PDF for PHP via Java 从头开始在 PDF 文档中创建 AcroForms。...Contents [ Hide ] 在 PDF 文档中添加表单字段 Document 类提供了一个名为 Form 的集合,用于帮助管理 PDF...$colors = new Color (); $document = new Document ( $inputFile ); $page...

    docs.aspose.com/pdf/zh/php-java/create-forms/
  5. Converting a PDF file to TIFF using Go | Aspose...

    Code Examples on Go for PDF‑to‑TIFF Conversion on All Platforms...convert programmatically a document from PDF to TIFF format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  6. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision....revisions in a document. doc = aw . Document () builder = aw...) # Normal editing of the document does not count as a revision...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Split ODT File Online or using Android Mobile A...

    Free online app to split different ODT files. Android splitter library Java code for ODT Documents....ODT document splitter applications. Freely split documents including...project. Load the ODT document using Document class. Count total...

    products.aspose.com/total/android-java/split/odt/
  8. Revision.revision_type property | Aspose.Words ...

    Revision.revision_type property. Gets the type of this revision....revisions in a document. doc = aw . Document () builder = aw...) # Normal editing of the document does not count as a revision...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert PDF to PDF/A formats|Aspose.PDF for PHP...

    Explore how to convert PDF files to PDF/A format for compliance with Document archiving standards in PHP via Java....new Document object and load the input PDF file. $document = new...new Document ( $inputFile ); // Convert the document to PDF/A-1a...

    docs.aspose.com/pdf/php-java/convert-pdf-to-pdfa/
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...ImportFDFByForm () { // The path to the documents directory var dataDir = RunExamples...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/import-fdf/