Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 12,279 for

new

(0.16 sec)
  1. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...ErrorMessageDto errorMessage = new ErrorMessageDto() { ErrorMessage...PropertyName = “id” }; throw new BusinessException(errorMessage);...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  2. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.txt" )) {...

    docs.groupdocs.com/conversion/net/get-document-...
  3. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pptx" )) { //...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  4. GroupDocs.Total for .NET 25.11 – Latest Updates...

    Explore what’s New in GroupDocs.Total for .NET 25.11. Available now on NuGet and GroupDocs website....2025) Table of Contents What’s new in this release Fixes Example:...GroupDocs.Comparison . What’s new in this release # The following...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  5. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/update-index/
  6. Document Navigation and Watermark in ASP.NET We...

    Good News for ASP.NET WebForm Developers. GroupDocs team is releasing a New version for GroupDocs.Viewer for .NET WebForm Modern UI. All features supported in the MVC Modern UI are now available in the WebForm Modern UI. User’s working across different platforms can enjoy user-friendly interface, easily manageable code and pixel perfect rendering. In this New release v1.2 user can now add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons....Good news for ASP.NET WebForm Developers . GroupDocs team is...is releasing a new version for GroupDocs.Viewer for .NET WebForm...

    blog.groupdocs.com/viewer/document-navigation-w...
  7. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how images are saved when a document is saved to Markdown format....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomStrategy using ( var converter = new MarkdownConverter ( "example...

    docs.groupdocs.com/markdown/net/custom-strategy/
  8. Sent date not preserved whern converting eml to...

    Hello When I convert an eml file to a msg file, sent date is not preserved. I tried to force PreserveOriginalDate to True, even if default value is true but result is the same. If I convert the generated msg file to pd…...EmailLoadOptions loadOptions = new GroupDocs.Conversion.Options...using (Converter converter = new Converter(fileName, () => loadOptions))...

    forum.groupdocs.com/t/sent-date-not-preserved-w...
  9. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...OrientationOptions orientationOptions = new OrientationOptions ( OrientationMode...

    docs.groupdocs.com/merger/java/change-page-orie...
  10. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose... try { InputStream stream = new FileInputStream ( "c:\\sample...

    docs.groupdocs.com/merger/java/load-document-fr...