Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 414,247 for

document

(0.62 sec)
  1. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。... 要添加图像印章: 创建一个 Document 对象和一个 ImageStamp 对象,并使用所需的属性。... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...
  2. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF Documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....of a PDF Document Extracting text from a PDF document is a common...from all the pages of a PDF document. You need to create an object...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  3. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx Document. Each time, this Document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...an input docx document. Each time, this document contains 5 pages...I’ve tried it with various documents, but each time there was an...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  4. EndnotePosition | Aspose.Words for Java

    Defines the endnote position in Java....the document collects and displays its endnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. SubDocument Class | Aspose.Words for .NET

    Discover Aspose.Words.SubDocument class, efficiently manage and reference external Documents for seamless integration and enhanced Document processing....reference to an externally stored document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/sub...
  6. Working with Pages in PS file | Java

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Developer Guide Working with PS Document Working with Pages Live Demos...Hide Show ] Add Pages to PS Document Aspose.Page for Java offers...

    docs.aspose.com/page/java/ps/working-with-pages/
  7. DocumentVisitor.VisitTableEnd | Aspose.Words fo...

    Explore the DocumentVisitor VisitTableEnd method, which efficiently signals the end of table enumeration, enhancing your coding experience....table in a document. public void TableToText () { Document doc = new...new Document ( MyDir + "DocumentVisitor-compatible features.docx"...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Working with XFA Forms|Aspose.PDF for .NET

    Aspose.PDF for .NET API lets you work with XFA and XFA Acroform fields in a PDF Document. The Aspose.Pdf.Facades....drawn at the time loading the document. Form class provides the capability...GetFieldFacade(..) method. Instead, use Document.Form.XFA to get/set field...

    docs.aspose.com/pdf/net/xfa-forms/
  9. Extract Pages from Word in Python | Word Page E...

    Learn how to extract pages from a Word Document in Python using Aspose.Words. Follow easy steps and code examples for Word Document processing....Extracting pages from a Word document in Python can help you isolate...multiple pages from Word documents using Python. We will cover...

    blog.aspose.com/words/extract-pages-from-word-i...
  10. Convert docx to pdf Chinese garbled - Free Supp...

    Convert docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…...Document(str(file_path)) doc.save(str(new_file_path))...the fonts used in your DOCX document are embedded during the conversion...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...