Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 12,048 for

new

(0.16 sec)
  1. XML Viewer - View and Convert XML Data Online f...

    View XML files using free online XML Viewer tool. Developers can develop their own online document Viewer....using C# using (Viewer viewer = new Viewer("/path/document.xml"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/XML-to-PDF-{0}...

    blog.groupdocs.com/viewer/xml-viewer-online/
  2. GroupDocs.Parser 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.... The new feature added to the API in this...version comes up with a couple of new features along with an enhancement...

    blog.groupdocs.com/categories/groupdocs.parser-...
  3. 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...
  4. Document preview | GroupDocs

    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...
  5. 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...
  6. Delete Signatures of the certain types | GroupDocs

    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...
  7. Cache results | GroupDocs

    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/
  8. Logging | GroupDocs

    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/
  9. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....""; var aClient = new groupdocs.ApiClient(new groupdocs.GroupD...GroupDocsSecurityHan(apiKey)); var api = new groupdocs.StorageApi(aClient...

    blog.groupdocs.com/total/how-to-create-a-simple...
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/work-with-search-...