Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 525 for

email to pdf with images

(0.03 sec)
  1. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  2. Load a password-protected document | Documentation

    This example demonstrates how To load a password-protected document....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/load-a-password...
  3. Load from a local disk | Documentation

    The following example demonstrates how To load file from local disk....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  4. Remove page redactions | Documentation

    This article shows that how To remove pages With sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...

    docs.groupdocs.com/redaction/net/remove-page-re...
  5. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To Pdf, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions With default settings. C# using (RedacTor redacTor = new RedacTor(@"sample.docx")) { // Save the document With advanced options (convert pages inTo Images, and save Pdf With scan-like pages) var so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...(convert pages into images, and save PDF with scan-like pages)...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. Get document info | Documentation

    GroupDocs.Metadata allows users To get meta information of a document....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/get-docu...
  7. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  8. Clean metadata | Documentation

    Sometimes you may need To just remove all or clean metadata properties Without applying any filters. The best way To do this is To use the Sanitize method....pdf" ) as metadata : affected = metadata...) metadata . save ( "output.pdf" ) } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/python-net/clean-me...
  9. Remove page redactions | Documentation

    This article shows that how To remove pages With sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...

    docs.groupdocs.com/redaction/python-net/remove-...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/get-supported-...