Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 394,711 for

document

(0.19 sec)
  1. Repair PDF with JavaScript via C++|Aspose.PDF f...

    This topic describes how to Repair PDF via JavaScript via C++... In some cases the document can be restored, try the following...( json . errorCode == 0 ) document . getElementById ( 'output'...

    docs.aspose.com/pdf/javascript-cpp/repair-pdf/
  2. Aspose::Words::Fields::FieldOptions::get_Defaul...

    Aspose::Words::Fields::FieldOptions::get_DefaultDocumentAuthor method. Gets or sets default Document author's name. If author's name is already specified in built-in Document properties, this option is not considered in C++....method Gets or sets default document author’s name. If author’s...already specified in built-in document properties, this option is...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...that are frames. Document doc = new Document(getMyDir() + "Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  4. Specify Layout Options in Java|Aspose.Words for...

    Create output Documents with various layouts, depending on the parameters specified in the Document using Java....enables you to create output documents with various layouts, depending...LayoutOptions property of the Document . This property resembles...

    docs.aspose.com/words/java/specify-layout-options/
  5. Working with Images in Java|Aspose.Words for Java

    Image shapes in details and advanced features provided by Aspose.Words for Java....How to Extract Images from a Document All images are stored inside...inside Shape nodes in a Document. To extract all images or images...

    docs.aspose.com/words/java/working-with-images/
  6. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between worksheets using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  7. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index....page layout of the document. doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) # Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to create a link to table of contents and l...

    We are using ASPOSE.Words. We would like to add a link to TOC(Table of contents) in footer of every page. Couldnt find any resources on how to achieve this. Please help....to add a TOC field to your document. This method allows you to...the footer section of your document and insert a hyperlink that...

    forum.aspose.com/t/how-to-create-a-link-to-tabl...
  9. ReplacerContext class | Aspose.Words for Python

    aspose.words.lowcode.ReplacerContext class. Find/replace operation context....ProcessorContext ) layout_options Document layout options used by the...how to replace string in the document using context. # There is...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Word to PDFA-1a - Free Support Forum - aspose.com

    I’m using Aspose Words.NET v10.8. I would like to convert a Word Document to PDFA-1a file. Dim doc As Document = New Document(“test.doc”) Dim license As License = New License() license.SetLicense(“Aspose.Total.lic”) Dim…...a Word document to PDFA-1a file. Dim doc As Document = New Document(“test...products. You can convert PDF document to PDF/A-1A with below mentioned...

    forum.aspose.com/t/word-to-pdfa-1a/100320