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

document

(0.24 sec)
  1. Convert PDF to Different Image Formats in Pytho...

    Explore how to convert PDF pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET....show you how to convert PDF documents to image formats such as BMP...oriented for conversion whole document, but ImageDevice - for a particular...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  2. Convert PDF to PPTX in Go|Aspose.PDF for Go via...

    Aspose.PDF allows you to convert PDF to PPTX format using Go....demonstrates how to convert a PDF document into a PPTX using the Aspose...Aspose.PDF library: Open a PDF document. Convert a PDF file to PPTX...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-power...
  3. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var fie...possible for you to share the document you mentioned to check the...

    forum.aspose.com/t/change-a-field-name/312114
  4. Aspose::Words::MailMerging::MailMergeCleanupOpt...

    Aspose::Words::MailMerging::MailMergeCleanupOptions enum. Specifies options that determine what items are removed during mail merge in C++....should be removed from the document. When this option is set,...should be removed from the document. RemoveUnusedFields 4 Specifies...

    reference.aspose.com/words/cpp/aspose.words.mai...
  5. FieldNumPages | Aspose.Words for Java

    Implements the NUMPAGES field in Java....the Working with Fields documentation article. Remarks: Retrieves...number of pages in the current document, as recorded in the Pages...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java....the Working with Fields documentation article. Remarks: Retrieves...USERADDRESS field. Document doc = new Document(); // Create a UserInformation...

    reference.aspose.com/words/java/com.aspose.word...
  7. Add, Extract or Remove Images in PDF using C# |...

    Manipulate images in PDF programmatically with C# sample code using Aspose.PDF for .NET...from PDF Add Image to PDF Document Using C# Library In order... powerful and easy to use document manipulation API for net platform...

    products.aspose.com/pdf/net/images/
  8. Aspose::Words::Tables::TableCollection class | ...

    Aspose::Words::Tables::TableCollection class. Provides typed access to a collection of Table nodes. To learn more, visit the Documentation article in C++....the Working with Tables documentation article. class TableCollection...this collection and from the document. Contains (const System::...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a Document in Java....start of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. Remarks: FieldStart...

    reference.aspose.com/words/java/com.aspose.word...
  10. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF pages into individual PDF files in your .NET applications with C#....the pages of PDF document through the Document object’s PageCollection...each iteration, create a new Document object and add the individual...

    docs.aspose.com/pdf/net/split-pdf-document/