Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 423,884 for

document

(0.97 sec)
  1. 在 Python 中统计 PDF 工件|Aspose.PDF for Python via .NET

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 检查并统计 PDF 文档中的分页工件。...统计特定类型的工件 检查并计数 PDF 中的分页工件 Document 使用 Aspose.PDF for Python via...ArtifactSubtype ). 打开 PDF 文档(参见 Document ). 使用页面的过滤分页伪像 Artifacts 集合。...

    docs.aspose.com/pdf/zh/python-net/counting-arti...
  2. HtmlSaveOptions.htmlVersion property | Aspose.W...

    HtmlSaveOptions.htmlVersion property. Specifies version of HTML standard that should be used when saving the Document to HTML or MHTML...should be used when saving the document to HTML or MHTML. Default...Examples Shows how to save a document to a specific version of HTML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 如何用 Java 添加 Caret 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Caret 个注释。...Load the PDF file Document document = new Document ( _dataDir + "sample...caretAnnotation1 = new CaretAnnotation ( document . getPages (). get_Item (...

    products.aspose.com/pdf/zh-hans/java/annotation...
  4. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word Document is stored in stories. StoryType identifies a story in C++....StoryType enum Text of a Word document is stored in stories. StoryType...There is no such story in the document. MainText 1 Contains the main...

    reference.aspose.com/words/cpp/aspose.words/sto...
  5. Merge XML files using .NET | Aspose.PDF

    Merge XML files programmatically with C# sample code using Aspose.PDF for .NET...powerful, and easy-to-use document manipulation API for net platform...NET Library can convert a document from any supported download...

    products.aspose.com/pdf/net/merger/xml/
  6. FileCorruptedException Class | Aspose.Words for...

    Discover the Aspose.Words.FileCorruptedException class, designed to handle corrupted Documents effortlessly during loading. Ensure seamless Document management!...Thrown during document load, when the document appears to be...the Programming with Documents documentation article. public class...

    reference.aspose.com/words/net/aspose.words/fil...
  7. Merge EPUB files using Java | Aspose.PDF

    Merge EPUB files programmatically with Java sample code using Aspose.PDF for Java...Java Library can convert a document from any supported download...solve the tasks of converting documents. Aspose.PDF supports the largest...

    products.aspose.com/pdf/java/merger/epub/
  8. List.style property | Aspose.Words for Python

    List.style property. Gets the list style that this list references or defines....applied to paragraphs in the document directly. Examples Shows how...and use it in a document. doc = aw . Document () # A list allows...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your Document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and CSS saving for enhanced HTML output....and css) are saved when a document is exported to fixed page...converting a document to HTML. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Extract fonts from PDF|Aspose.PDF for Java

    How to extract font from PDF using Aspose.PDF for Java...fonts from a PDF document, you can use Document.IDocumentFontUtiliti...getAllFonts() method provided in Document class. Please check following...

    docs.aspose.com/pdf/java/extract-fonts-from-pdf/