Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 414,478 for

document

(0.81 sec)
  1. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...为了添加文本印章,您需要使用所需的属性创建一个 Document 对象和一个 TextStamp 对象。之后,您可以调用...AddTextStamp () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  2. Convert DOCX to POTX via C++ or with free Onlin...

    Export DOCX to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POTX online converter quickly before integrating the code....Why to Convert Converting documents from one format to another...presentation from a document, or to make a document easier to share...

    products.aspose.com/total/cpp/conversion/docx-t...
  3. SmartTag | Aspose.Words for .NET

    Create dynamic SmartTags effortlessly with our constructor. Enhance your projects with customizable features and seamless integration for optimal performance....doc DocumentBase The owner document. Remarks When you create a...node, you need to specify a document to which the node belongs...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Aspose.Words PdfUa1 export - Footnote error whe...

    Hello, we are using Aspose.Words (.net, version 25.9.0) to generate PDA/UA compatible PDF Documents, and when exporting Documents with footnotes the PACChecker (v.24.4.2.0) validator returns the following warning: ‘Poss…...compatible PDF documents, and when exporting documents with footnotes...tool. To reproduce, a simple document with a single footnote is...

    forum.aspose.com/t/aspose-words-pdfua1-export-f...
  5. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单... 从头创建表单 在 PDF 文档中添加表单字段 Document 类提供了一个名为 Form 的集合,帮助您管理 PDF... () { // The path to the documents directory string dataDir =...

    docs.aspose.com/pdf/zh/net/create-form/
  6. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....in different scenarios of document generation. You can specify...RotateTextInsidePDF () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/
  7. ImageFieldMergingArgs class | Aspose.Words for ...

    aspose.words.mailmerging.ImageFieldMergingArgs class. Provides data for the [IFieldMergingCallback.image_field_merging()](../ifieldmergingcallback/image_field_merging/#imagefieldmergingargs) event...Mail Merge and Reporting documentation article. Remarks This event...field is encountered in the document. You can respond to this event...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PPT to JSON Format via Java | products....

    Convert PPT to JSON format via Java without using using Microsoft Excel or PowerPoint...HTML document by using Workbook class Save the document to JSON...password-protected document. If your input PPT document is password...

    products.aspose.com/total/java/conversion/ppt-t...
  9. LayoutOptions.ShowHiddenText | Aspose.Words for...

    Discover the LayoutOptions ShowHiddenText property, easily control the rendering of hidden text in your Documents. Optimize your content visibility today!...whether hidden text in the document is rendered. Default is false...rendered output document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lay...
  10. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。...3 # Create a new SVG document 4 document = SVGDocument() 5 6 #...empty SVG document 7 document. save ( "empty-document.svg" ) 使用...

    docs.aspose.com/svg/zh/python-net/create-svg-file/