Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 422,959 for

document

(0.56 sec)
  1. Add PDF Page Stamp to PDF|Aspose.PDF for PHP vi...

    Add a Page stamp to a PDF file using the PdfPageStamp class with PHP....Assume we have some input document and we want apply 2 kinds...color. // Open document $document = new Document ( $inputFile );...

    docs.aspose.com/pdf/php-java/page-stamps-in-the...
  2. Using Text Annotation for PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Text Annotation from your PDF Document....specific location in a PDF document. When closed, the annotation... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/text-annotation/
  3. StructuredDocumentTag.title property | Aspose.W...

    StructuredDocumentTag.title property. Specifies the friendly name associated with this SDT...how to create a structured document tag in a plain text box and...doc = aw . Document () # Create a structured document tag that...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IStructuredDocumentTag.tag property | Aspose.Wo...

    IStructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...how to create a structured document tag in a plain text box and...new aw . Document (); // Create a structured document tag that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.page_count property | Aspose.Words for...

    Document.page_count property. Gets the number of pages in the Document as calculated by the most recent page layout operation....page_count property Document.page_count property Gets the number...number of pages in the document as calculated by the most recent...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....how to create a structured document tag in a plain text box and...new aw . Document (); // Create a structured document tag that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BuiltInDocumentProperties.RevisionNumber | Aspo...

    Manage your Document's RevisionNumber with BuiltInDocumentProperties. Easily track changes and enhance version control for better collaboration....property Gets or sets the document revision number. public int...Examples Shows how to work with document properties in the “Origin”...

    reference.aspose.com/words/net/aspose.words.pro...
  8. DOCX -> TIFF conversion creates additional page...

    When converting from DOCX to TIFF page by page using Document. extractPages() for the first page in the Document an additional extra empty page is created. The issue can be replicated using this Document: GEN_Formular…...to TIFF page by page using Document. extractPages() for the first...first page in the document an additional extra empty page is created...

    forum.aspose.com/t/docx-tiff-conversion-creates...
  9. IDocumentPartSavingCallback class | Aspose.Word...

    aspose.words.saving.IDocumentPartSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves Document parts when exporting a Document to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML) or [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB) format....Words saves document parts when exporting a document to SaveFormat... Methods Name Description document_part_saving(args) Called when...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...Form Field in a PDF Document The Document class provides a collection...manage form fields in a PDF document. To add a form field: Create...

    docs.aspose.com/pdf/net/create-form/