Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 400,546 for

document

(0.43 sec)
  1. Working with Images in PDF using C++|Aspose.PDF...

    This section describes the features of working with images in a PDF file using C++ library....image into an existing PDF document, and this must be done in...search and get images in your document. You are able to do the following:...

    docs.aspose.com/pdf/cpp/working-with-images/
  2. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position....fields are objects in the document that the user can interact...We can create them using a document builder, and below are two...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section.... Document () builder = aw . DocumentBuilder...Aspose.Words document by hand. doc = aw . Document () # A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...page numbers when saving a document with a table of contents to....html. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 Python 操作 PDF 中的注释 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上操作 PDF 文件中注释的 Python 源代码。...data_dir , outfile ) document = apdf . Document ( path_infile ) appearance...annotations . FreeTextAnnotation ( document . pages [ 1 ], apdf . Rectangle...

    products.aspose.com/pdf/zh-hans/python-net/anno...
  6. TabStopCollection.Equals | Aspose.Words for .NET

    Discover the TabStopCollection Equals method to easily compare TabStopCollections for equality, enhancing your coding efficiency and accuracy....work with a document’s collection of tab stops. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/tab...
  7. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your Document's first page with unique headers and footers for a professional touch....footers in a document using DocumentBuilder. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words/pag...
  8. Add Text to PDF using Go|Aspose.PDF for Go via C++

    Learn how to add text to a PDF Document in Go using Aspose.PDF for content enhancement and Document editing.... Add the text to the PDF document with PageAddText function...Open(filename string) opens a PDF-document with filename pdf , err :=...

    docs.aspose.com/pdf/go-cpp/add-text-to-pdf-file/
  9. HtmlFixedSaveOptions.Encoding | Aspose.Words fo...

    Discover the HtmlFixedSaveOptions Encoding property for seamless HTML exports. Easily set UTF-8 encoding with BOM for optimal data integrity....exporting a document to HTML. Document doc = new Document (); DocumentBuilder...If we want to represent our document using a different encoding...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Protect PDF using C++ | Aspose.PDF

    Lock PDF with password programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the PDF with an instance of Document. Create an object of DocumentPrivilege...

    products.aspose.com/pdf/cpp/protect/