Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 10,613 for

new

(0.09 sec)
  1. Add polyline annotation | Documentation

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-polyline...
  2. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Java API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/render-cad-drawi...
  3. GroupDocs viewer not working with .eml file pro...

    I am facing issues with GroupDocs HTML viewer with .eml file sharing the file for your reference. the alignment is very bad in html viewer but it is good in png viewer. RE DMS - signoff for all documents upload - June’…...la); using (Viewer viewer = new Viewer(inputFile)) { viewer.View(htmlViewOpt);...Exists(documentGuid)) { throw new GroupDocsViewerExcep("File not...

    forum.groupdocs.com/t/groupdocs-viewer-not-work...
  4. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a template DOCX file, fill them with data and merge to New PDF file using GroupDocs. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....them with data and merge to new PDF file using GroupDocs. Requirements...empty($privateKey)) { throw new Exception('Please enter FILE...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  5. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  6. Load from Amazon S3 Storage | Documentation

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.eml" )) { //...

    docs.groupdocs.com/viewer/java/render-email-mes...
  8. Introducing more simplified and improved GroupD...

    GroupDocs.Merger for .NET allows you to merge or manipulate document structure across a wide range of file formats. Those who are New to this API, you can join several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation and manage document password. Version 19.9 is a major release. We totally restructured the API and below are the reasons to migrate: Merger class introduced as a single entry point to manage the document processing of any supported file format API is improved to decrease memory usage Easy to instantiate proper options class and control over document structure manipulation processes Those who are already using the API, let us share the code difference.... Those who are new to this API, you can join several...join documents using old and new API. That’s how we were joining...

    blog.groupdocs.com/merger/introducing-more-simp...
  9. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...outPut) { Stopwatch stopwatch = new Stopwatch(); stopwatch.Start();...= null) { License license = new License(); license.SetLicense(stream);...

    forum.groupdocs.com/t/image-comparison-processi...
  10. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...how to get changes and create new Aspose Word document using result...

    docs.groupdocs.com/comparison/net/how-to-get-re...