Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 985 for

email to pdf

(0.11 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...how to parse PDF document and extract values from PDF forms programmatically...survey forms or feedbacks in PDF format from a large audience...

    blog.groupdocs.com/groupdocs.blog/page/34/
  2. GroupDocs.Watermark Product Family on GroupDocs...

    GroupDocs.Watermark Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......Watermark PDF Documents Add text and image watermarks to PDF documents...programmatically. Remove Watermarks from PDF Documents in Java Delete or remove...

    blog.groupdocs.com/categories/groupdocs.waterma...
  3. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a Pdf document The following sample of code will help you To detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Conversion from VCF is Introduced in GroupDocs....

    GroupDocs.Conversion for .NET 19.1 comes with a new feature, few bug fixes and some improvements. SVG To Slides conversion is now improved. Furthermore, Pdf To PNG/JPEG with watermark as background issue is resolved. Please check GroupDocs.Conversion for .NET 19.1 release notes for further reference. Features Implement conversion from Vcf Improvements Improvement when converting Svg To Slides Add support for setting watermark as background when converting To image Save converted document To file should return the file name and size Bug Fixes Spreadsheets sometimes show incorrect graph data Issue with conversion .... Furthermore, PDF to PNG/JPEG with watermark as...content) to .html Conversion .pdf to .png (or .jpeg) with watermark...

    blog.groupdocs.com/conversion/conversion-from-v...
  5. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a Pdf document The following sample of code will help you To detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. GroupDocs.Conversion Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 Emails to PDF conversions are often required...requirements like sharing the email content. In this article, we...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. 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/python-net/select-...
  8. Extract Data from Attachments and ZIP Archives ...

    Work with containers such as ZIP archives, Email sTores, and Pdf portfolios using GroupDocs.Parser for Python via .NET....stores (PST/OST), PDF portfolios, and email attachments, then...such as ZIP archives, email stores, and PDF portfolios using GroupDocs...

    docs.groupdocs.com/parser/python-net/extract-da...
  9. Process attachments | GroupDocs

    Extract and save attachments from Emails, Pdfs, and archives using GroupDocs.Viewer for Python....attachments: Email attachments Files embedded in PDF files Email messages...

    docs.groupdocs.com/viewer/python-net/working-wi...
  10. Add Watermark to Presentations in C# | Text and...

    C# ways To add text To presentation slides as watermark, or apply image watermarks To PPT, PPTX, PPS & more formats using .NET Watermarking API by GroupDocs....documents, spreadsheets, email messages, PDF files, images, Visio...

    blog.groupdocs.com/watermark/add-watermark-to-p...