Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 706 for

email to pdf with images

(1.28 sec)
  1. 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...
  2. Load Database Documents with Options | GroupDocs

    Learn how To use DatabaseLoadOptions To configure database document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....pdf" , new PdfConvertOptions ());...converter = new Converter ( "email-archive.nsf" , ( LoadContext...

    docs.groupdocs.com/conversion/net/load-database...
  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 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...
  4. Edit documents with GroupDocs.Editor | GroupDocs

    Round-trip a document through HTML so a web ediTor can change it, then save it back With GroupDocs.Total for Java — runnable Java examples With downloadable files....a self-contained page with images and styles inlined. Java import...a self-contained page with images and styles inlined Files ....

    docs.groupdocs.com/total/java/developer-guide/e...
  5. Edit documents with GroupDocs.Editor | GroupDocs

    Round-trip a document through HTML so a web ediTor can change it, then save it back With GroupDocs.Total for Node.js via Java — runnable JavaScript examples With downloadable files....a self-contained page with images and styles inlined. JavaScript...a self-contained page with images and styles inlined writeFileSync...

    docs.groupdocs.com/total/nodejs-java/developer-...
  6. Sign documents with standard QR Code entries | ...

    This article explains how To create QR-code electronic signature With standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...signature standard entries like email, contact v-card, address etc...specify in QR-code standard email information with recipient,...

    docs.groupdocs.com/signature/net/sign-documents...
  7. View and render documents with GroupDocs.Viewer...

    Render Word, Excel, Pdf and 170+ other formats To HTML, Pdf or PNG from GroupDocs.Total for Java, With runnable Java examples and downloadable input and output files....browser can display — HTML, PDF, or one image per page — without Microsoft...forEmbeddedResources inlines images, fonts and stylesheets into...

    docs.groupdocs.com/total/java/developer-guide/v...
  8. Extract data with GroupDocs.Parser | GroupDocs

    Extract plain text, single pages, formatted Markdown and document information from Word, Pdf and 170+ other formats With GroupDocs.Total for Java, With runnable Java examples and downloadable input and output files....plain text, formatted text, images, metadata, hyperlinks, tables...across PDF, Word, spreadsheets, presentations, email, ebooks...

    docs.groupdocs.com/total/java/developer-guide/p...
  9. Extract data with GroupDocs.Parser | GroupDocs

    Extract plain text, single pages, formatted Markdown and document information from Word, Pdf and 170+ other formats With GroupDocs.Total for Node.js via Java, With runnable JavaScript examples and downloadable input and output files....plain text, formatted text, images, metadata, hyperlinks, tables...across PDF, Word, spreadsheets, presentations, email, ebooks...

    docs.groupdocs.com/total/nodejs-java/developer-...
  10. Extract images from document page area | GroupDocs

    This article explains that how To extract Images from document page area....usage / Working with images / Extract images from document page...page area Extract images from document page area Leave feedback On...

    docs.groupdocs.com/parser/net/extract-images-fr...