Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 12,355 for

new

(0.11 sec)
  1. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....# using (Comparer comparer = new Comparer(“source.docx”)) { comparer...# using (Comparer comparer = new Comparer(File.OpenRead(“source...

    blog.groupdocs.com/comparison/groupdocs-compari...
  2. Split document | GroupDocs

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new SplitOptions ( filePathOut , new int [] { 3 ...

    docs.groupdocs.com/merger/net/split-document/
  3. Render PDF documents as HTML and image files | ...

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

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  4. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a New feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA New class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = New PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....7 covers a new feature and a bug fix. MSG to...control conversions from emailA new class EmailOptions is implemented...

    blog.groupdocs.com/conversion/emailoptions-clas...
  5. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  6. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/convert-to-ht...
  7. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Consulting Blog Knowledge Base New Releases Status Websites aspose...packages will be affected. No new packages are added during this...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  8. Sign document with Swiss QR Barcode signature |...

    This article explains how to sign document with Swiss QR Barcode electronic signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Consulting Blog Knowledge Base New Releases Status Websites aspose...IndexRepository indexRepository = new IndexRepository (); // Creating...

    docs.groupdocs.com/search/nodejs-java/search-in...
  10. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-pdf-doc...