Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 400,576 for

document

(0.27 sec)
  1. 将PDF转换为PPTX格式的JavaScript代码|Aspose.PDF for JavaS...

    Aspose.PDF允许您使用JavaScript直接在网上将PDF转换为PPTX格式。... onmessage = evt => document . getElementById ( 'output'..."application/octet-stream" ; var link = document . createElement ( "a" ); link...

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  2. PDF 表单。通过 Java 进行管理 | Aspose.PDF

    在 Java 和 PHP、Delphi 上的 PDF 文件中使用这个 Java 源代码管理 PDF 表单。... 在 Document 类的实例中加载 PDF。 通過主頁索引訪問主頁。 調用表單集合的...Open document try ( Document pdfDocument = new Document ( inputFile...

    products.aspose.com/pdf/zh-hant/java/acroforms/
  3. Aspose::Words::INodeChangingCallback interface ...

    Aspose::Words::INodeChangingCallback interface. Implement this interface if you want to receive notifications when nodes are inserted or removed in the Document in C++....inserted or removed in the document. class INodeChangingCallbac...when a node belonging to this document has been inserted into another...

    reference.aspose.com/words/cpp/aspose.words/ino...
  4. Aspose Word to PDF - Show Comments with User & ...

    Hi Team , we are trying to convert the word files with comments to PDF. I could acheive the visibility of the comments in the docx to be printed in PDF by below code doc.getLayoutOptions().setCommentDisplayMode(Commen…...extract the comments from the document and format them accordingly...the comments in your Word document to get the author and timestamp...

    forum.aspose.com/t/aspose-word-to-pdf-show-comm...
  5. FieldNextIf.ComparisonOperator | Aspose.Words f...

    Discover the FieldNextIf ComparisonOperator property to easily manage and customize your comparison operators for enhanced functionality....void FieldNext () { Document doc = new Document (); DocumentBuilder...would normally create a 3-page document. DataTable table = new DataTable...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython.... words import Document from com . aspose . words...): # Create a new document. doc = Document () # Creates and adds...

    docs.aspose.com/words/java/working-with-nodes-i...
  7. DocumentProperty.ToByteArray | Aspose.Words for...

    Convert DocumentProperty to a byte array effortlessly with the ToByteArray method. Streamline data handling and enhance your coding efficiency!...thumbnail to a document that we save as an Epub. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Story.paragraphs property | Aspose.Words for Py...

    Story.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... Document ( file_name = MY_DIR + 'Revisions...'Revisions.docx' ) # This document contains "Move" revisions, which...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ViewOptions.DisplayBackgroundShape | Aspose.Wor...

    Discover the DisplayBackgroundShape property in ViewOptions to enhance your print layout with customizable background shapes for a polished look....Shows how to hide/display document background images in view...HTML string to create a new document with a flat background color...

    reference.aspose.com/words/net/aspose.words.set...
  10. 如何使用 Java 添加 Highlight 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中的 PDF 檔中添加 Highlight 註釋。...Load the PDF file Document document = new Document ( _dataDir + "sample..."sample.pdf" ); Page page = document . getPages (). get_Item (...

    products.aspose.com/pdf/zh-hant/java/annotation...