Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 10,428 for

new

(0.03 sec)
  1. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml file, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...getLoadOptions = loadContext => new EmailLoadOptions { DisplayCcEmailAddres...true }; using (var converter = new GroupDocs.Conversion.Converter(tempFile...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  2. Document preview | Documentation

    This article shows how to get document preview....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  3. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = New Converter(fileName)) { final ImageConvertOptions options = New ImageConvertOptions(); options.setFormat(FileType.fromEx…...code: try (Converter converter = new Converter(fileName)) { final...ImageConvertOptions options = new ImageConvertOptions(); options...

    forum.groupdocs.com/t/java-groupdocs-conversion...
  4. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Consulting Blog Knowledge Base New Releases Status Websites aspose...Logger class Logger logger = new Logger (); // Create an instance...

    docs.groupdocs.com/parser/java/logging/
  5. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/delete-signat...
  6. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose..."cache" ; FileCache cache = new FileCache ( cachePath ); ViewerSettings...

    docs.groupdocs.com/viewer/java/caching-results/
  7. Evaluation Limitations and Licensing | Document...

    free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...updated in an index during Update. New files can only be added to an...

    docs.groupdocs.com/search/net/evaluation-limita...
  8. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmlReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputEml...

    docs.groupdocs.com/metadata/java/working-with-s...
  9. Save output to a stream | Documentation

    This article shows how to save output to a stream when rendering a document...Consulting Blog Knowledge Base New Releases Status Websites aspose...pages = new ArrayList <>(); try ( Viewer viewer = new Viewer (...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  10. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...src = new StringBuilder ( source ); StringBuilder dst = new StringBuilder...

    docs.groupdocs.com/signature/java/search-embed-...