Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 10,375 for

new

(0.08 sec)
  1. It's Time to Upgrade to GroupDocs.Viewer for .N...

    GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers....announce that we have introduced a new public API for GroupDocs.Viewer...between the coding styles of the new and old version of the API. This...

    blog.groupdocs.com/viewer/its-time-to-upgrade-t...
  2. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD files like DWG, DGN, and DWF to PDF format using document and image conversion .NET API by GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Specify Layouts...getLoadOptions = () => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  3. 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/
  4. 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...
  5. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by 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/search-for-en...
  6. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  7. Advanced search for QR Code signatures | Docume...

     This article explains how to provide advanced search for QR Code electronic signatures 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/net/advanced-searc...
  8. Extract tables from document | Documentation

    This article explains that how to extract tables from document in java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleInvoicePagesPd...

    docs.groupdocs.com/parser/java/extract-tables-f...
  9. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. 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...