Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 986 for

email to pdf

(0.46 sec)
  1. Convert publisher formats | GroupDocs

    In this article, you will learn how To convert Publisher formats To other formats with GroupDocs.Conversion for .NET....digital marketing business, do email marketing, or have some publishing... brochures, postcards, and email content. Publisher file formats...

    docs.groupdocs.com/conversion/net/convert/publi...
  2. Search text in PDF documents | GroupDocs

    To search a keyword in Pdf documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps To search a keyword in Pdf document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Extract data from PDF documents / Search text in PDF documents Search...Search text in PDF documents Leave feedback To search a keyword...

    docs.groupdocs.com/parser/java/search-text-in-p...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...considered as the watermark in PDF documents. Following are some...Watermarks from PDF, Microsoft Office, Email and Image File Formats...

    blog.groupdocs.com/groupdocs.blog/page/61/
  4. 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/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...Style Changes Not Highlighted PDF comparison gives a scrambled...Diagram’s Master Bug Fix Output of PDF with images is not as expected...

    blog.groupdocs.com/groupdocs.blog/page/56/
  6. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....C# How to Convert Outlook Email to PDF using C# How to Convert...How to Convert PDF to RTF in C# How to Convert PDF to Image in C#...

    kb.groupdocs.com/conversion/net/page/6/
  7. 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/net/create-pdf-wit...
  8. Extract emails from Outlook Storage | GroupDocs

    To extract Emails from Outlook STorage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook STorage item can contain the following metadata: Name Description date The time and date at which the Outlook STorage item was last modified. Email-sender The value of “sender” field. Email-To The value of “To” field. subject The value of “subject” field. Outlook STorage container consists of Email documents (msg files). Here are the steps To extract an Email text from outlook sTorage:...Extract data from Emails / Extract emails from Outlook Storage...Storage Extract emails from Outlook Storage Leave feedback To extract...

    docs.groupdocs.com/parser/java/extract-emails-f...
  9. 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...
  10. 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/java/create-pdf-wi...