Sort Score
Result 10 results
Languages All
Labels All
Results 8,091 - 8,100 of 401,841 for

document

(0.34 sec)
  1. Lock PDF using JavaScript | Aspose.PDF

    JavaScript sample code to protect PDF Document on any platform....Protect PDF Document Using JavaScript Lock PDF using Aspose.PDF...unauthorized changes to the document, maintaining its accuracy...

    products.aspose.com/pdf/nodejs-cpp/encrypt/
  2. DocSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.DocSaveOptions constructor...that can be used to save a document in the SaveFormat.DOC format...that can be used to save a document in the SaveFormat.DOC or SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to Document content. When saving to PDF/A or PDF/UA in Python and the issue violates compliance, a warning is issued....accessibility requirements related to document content that cannot be fulfilled...the warning about missing document title will be issued when...

    docs.aspose.com/words/python-net/warnings-when-...
  4. TextColumn | Aspose.Words for Java

    Represents a single text column in Java....columns in a section of a document. To learn more, visit the...the Working with Sections documentation article. Remarks: TextColumn...

    reference.aspose.com/words/java/com.aspose.word...
  5. How to manage PivotChart with PivotOptions for ...

    How to manage PivotChart with PivotOptions in JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  6. Convert Dates to Japanese Dates with JavaScript...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/convert-da...
  7. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications....and file paths, opens a PDF document, and then loops through each...of the document. For each page, it creates a new document, copies...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/
  8. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…... 2025, 9:38am 1 Document doc = new Document(“test.docx”); SaveOptions...the fonts used in the source document Open test.docx in Microsoft...

    forum.aspose.com/t/word-saveto-pdf/322091
  9. Convert data tag type to Plain text type with r...

    Hi Team, We want to convert date-type tags to plain text. If revisions are present in the Document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…...revisions are present in the document tags, we need to preserve...convert date-type structured document tags (SDTs) to plain text...

    forum.aspose.com/t/convert-data-tag-type-to-pla...
  10. Add watermark to PDF using C#|Aspose.PDF for .NET

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the C#....adding watermarks to your PDF document using Artifacts. Please check...AddWatermarks () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/add-watermarks/