Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 12,171 for

new

(0.1 sec)
  1. How to Build an ASP.NET WebForms HTML5 Document...

    Customers who integrate our HTML5 document viewer into their website can plug it into other websites too. This article shows how to build an ASP.NET WebForms HTML5 document viewer using the .NET version of the GroupDocs.Viewer. Requirements IIS 7 or later. Microsoft Visual Studio 2012 Part A: Creating A GroupDocs.Viewer Web Service Follow the steps given below to create a GroupDocs online document viewer service: Open Visual Studio 2012 and create a New ASP....and create a new ASP.NET Web Forms Project: Add a New Item to the...using (FileStream fileStream = new FileStream(@"TestDoc.docx", FileMode...

    blog.groupdocs.com/viewer/build-asp-net-webform...
  2. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample.one` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  3. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample.pdf` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/rotate-pa...
  4. GroupDocs.Watermark Releases on GroupDocs Blog ...

    GroupDocs.Watermark Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Releases on GroupDocs Blog | Document Automation Solu......2025年12月リリースハイライト Explore what’s new in GroupDocs.Watermark for Python...2025年11月 リリースハイライト Explore what’s new in GroupDocs.Watermark for .NET...

    blog.groupdocs.com/ja/categories/groupdocs.wate...
  5. GroupDocs.Total Releases

    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....dependency simplifications, and new Docker documentation....

    blog.groupdocs.com/categories/groupdocs.total-r...
  6. Free WebP to PNG Converter – Online & Instant |...

    Convert WebP to PNG in seconds using our free online converter. Just upload and download – no signup or software needed. Secure & auto-deletion in 24 hours....using (Converter converter = new Converter("path/image.webp"))...ImageConvertOptions options = new ImageConvertOptions { // Set...

    blog.groupdocs.com/conversion/webp-to-png/
  7. Spreadsheet on GroupDocs Blog | Document Automa...

    Spreadsheet on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Spreadsheet on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......12월 릴리스 하이라이트 Explore what’s new in GroupDocs.Parser for .NET...11월 릴리스 하이라이트 Explore what’s new in GroupDocs.Editor for .NET...

    blog.groupdocs.com/ko/tag/spreadsheet/index.xml
  8. Merge PDF | GroupDocs

    Learn how to merge PDF files, combine PDF files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.pdf" ))...

    docs.groupdocs.com/merger/net/merge/pdf/
  9. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/search-text-in-e...
  10. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-pd...