Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 12,048 for

new

(0.12 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...are delighted to announce a new feature in the monthly release...This release includes three new features, two bug fixes, and...

    blog.groupdocs.com/groupdocs.blog/page/49/
  2. Slow .MSG to .PDF Conversion in .NET - Free Sup...

    Hi, We have updated Groupdocs.Conversion to version 23.6.0 (previous version was 22.9.0) and we now see that the conversion (.msg to .pdf) takes much longer (14 to 15 seconds) than with the previous version (4 to 5 seco…...Conversion license new License().SetLicense("GroupDocs...ConvertOwned = false; // Create a new FileStream for the output .pdf...

    forum.groupdocs.com/t/slow-msg-to-pdf-conversio...
  3. eSign image with Digital signature | GroupDocs

    This article demonstrates how to sign images with digital signatures using steganography (LSB technique) with GroupDocs.Signature for .NET. Learn how to embed invisible digital signatures into PNG and JPG images....Consulting Blog Knowledge Base New Releases Status Websites aspose...digital signature: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-image-wi...
  4. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...for Java supports creation of new form fields or update existing...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  6. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" try ( Metadata metadata = new Metadata ( Constants . InputDocx...

    docs.groupdocs.com/metadata/java/remove-metadat...
  7. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways 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/deleting-multi...
  8. Render Word documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/java/render-word-docu...
  9. GroupDocs.Search for .NET 16.12 Supports Search...

    We are really pleased to announce the monthly release of GroupDocs.Search for .NET 16.12 API. In this release, we have introduced three New features. You can now apply search to password protected documents. Not only this, the latest release provides its users with the functionality to maintain list of synonyms and stop words. Download the latest version and try out all the amazing features of GroupDocs.Search for .NET 16.12 API....release, we have introduced three new features. You can now apply search...GroupDocs.Search for .NET - New Features # In version 16.12,...

    blog.groupdocs.com/search/groupdocs-search-net-...
  10. Rotate pages of pdf using merger api - Free Sup...

    Hello all I have a pdf with some pages in portrait and some in landscape, now I want to change the pages which is in landscape into portrait mode, I used groupdocs merger OrientationOptions orientationOptions = New Orie…...orientationOptions = new OrientationOptions(OrientationMode.Landscape, new int[]...1 }); using (Merger merger = new Merger(documentPath)) { merger...

    forum.groupdocs.com/t/rotate-pages-of-pdf-using...