Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 31,394 for

new

(0.06 sec)
  1. 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...
  2. PDF Signature

    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....you a brief overview of the new features that we have introduced...of all, let’s checkout what new the latest release has brought...

    blog.groupdocs.com/tag/pdf-signature/
  3. VSTM on GroupDocs Blog | Document Automation So...

    VSTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in VSTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert XML-FO,...... In this monthly release new file formats like XML-FO/ XSL...support introduced along with new feature “Option to set...

    blog.groupdocs.com/tag/vstm/index.xml
  4. XSL on GroupDocs Blog | Document Automation Sol...

    XSL on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XSL on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert XML-FO, X...... In this monthly release new file formats like XML-FO/ XSL...support introduced along with new feature “Option to set...

    blog.groupdocs.com/tag/xsl/index.xml
  5. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automatio......release hasn’t brought any new feature, still, it has addressed...Java API packaging a bunch of new features, improvements, and bug...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  6. How to add watermark to first 5 pages to PDF - ...

    In the watermark documentation watermark can be applied to specific page of PDF but can u please provide a solution to apply watermark to first 5 pages....textWatermark = new TextWatermark("This is a test watermark", new Font("Arial"...PdfArtifactWatermark textWatermarkOptions = new PdfArtifactWatermark(); textWatermarkOptions...

    forum.groupdocs.com/t/how-to-add-watermark-to-f...
  7. AddRecord | GroupDocs.Signature for .NET API Re...

    Adds New record HIBCPASRecordgroupdocs.signature.domain.extensions/hibcpasrecord with given data type and data...AddRecord(HIBCPASDataType, string) Adds new record HIBCPASRecord with given...AddRecord(HIBCPASRecord) Adds new record public HIBCPASData AddRecord...

    reference.groupdocs.com/signature/net/groupdocs...
  8. FileName Constructor - GroupDocs.Viewer for .NE...

    Initializes New instance of FileName class....FileName Constructor Initializes new instance of FileName class. Namespace:...string fileName ) Public Sub New ( fileName As String ) public...

    apireference.groupdocs.com/viewer/net/groupdocs...
  9. Converting RTF to PDF adds extra blank page - F...

    The PDF converted from the attached RTF has an extra blank page (page 4). Using MS Word to save the the same RTF to PDF works fine without the blank page. Is there a way to avoid the blank page being generated? 82154500…...outputStream = new MemoryStream(); using (var converter = new Converter(()...=> content)) { var options = new PdfConvertOptions(); converter...

    forum.groupdocs.com/t/converting-rtf-to-pdf-add...
  10. Work with search results | Documentation

    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 const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/work-with...