Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,379 for

pptx to pdf

(0.43 sec)
  1. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index To save a rasterized Pdf...rasterized PDF Select specific pages for rasterized PDF Leave feedback...Saving document as a rasterized PDF, you can specify starting page...

    docs.groupdocs.com/redaction/net/select-specifi...
  2. Extract attachments from PDF portfolios | Group...

    This article explains that how To extract attachments from Pdf documents...data from PDF documents / Extract attachments from PDF portfolios...portfolios Extract attachments from PDF portfolios Leave feedback On...

    docs.groupdocs.com/parser/net/extract-attachmen...
  3. Add Watermark to Documents while Conversion in ...

    Document conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need To put a watermark on the resultant document after conversion. For example, you want To convert a Word document To Pdf or PowerPoint PPT/Pptx To Pdf with a watermark (text or image) in all the Pdf pages. GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a class WatermarkOptions with rich properties such as:...Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark...watermark (text or image) in all the PDF pages. GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/add-watermark-to-...
  4. Search text in PDF documents | GroupDocs

    This article explains that how To search text from Pdf documents...Extract data from PDF documents / Search text in PDF documents Search...Search text in PDF documents Leave feedback On this page To search...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  5. How to correctly merge documents using C# | Gro...

    This article describes how To correctly merge documents using GroupDocs.Merger for .NET product....and most reliable way to merge PDF files, using the “GroupDocs.Merger...example demonstrates how to merge PDF files using file paths in C#...

    docs.groupdocs.com/merger/net/getting-started/u...
  6. Create PDF with Image Redaction | GroupDocs

    This article shows how To redact the pages of a document as images, redacting entire areas of the page instead or in addition To a specific text....usage / Create PDF with Image Redaction Create PDF with Image Redaction...etc.); save it as a rasterized PDF file (containing images of the...

    docs.groupdocs.com/redaction/python-net/create-...
  7. Extract attachments from PDF portfolios | Group...

    Extract attachments from Pdf portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps To extract an attachment text from Pdf Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....data from PDF documents / Extract attachments from PDF portfolios...portfolios Extract attachments from PDF portfolios Leave feedback Extract...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Extract metadata from PDF documents | GroupDocs

    To extract metadata from Pdf documents getMetadata method is used. This method allows To extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....data from PDF documents / Extract metadata from PDF documents...documents Extract metadata from PDF documents Leave feedback To extract...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Extract images from PDF documents | GroupDocs

    To extract images from Pdf documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible To extract images from Pdf documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....data from PDF documents / Extract images from PDF documents Extract...Extract images from PDF documents Leave feedback To extract images...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge Pdf, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....learn to programmatically merge PDF, Word documents, spreadsheets...code examples regarding: Merge PDF files Merge Word documents Merge...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...