Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 199,426 for

new

(0.08 sec)
  1. Image.GetOriginalOptions() along with changing ...

    Hi there, Using latest version (25.9) for .NET. We want to use Image.GetOriginalOptions() when changing resolution so we can keep all other aspects of the image (compression, color depth, etc.). However, we are not ab…...Vertical resolution unless we use a new TiffOptions instead (which is...exportOptions.ResolutionSettings = new ResolutionSetting(150, 150);...

    forum.aspose.com/t/image-getoriginaloptions-alo...
  2. PdfFileMend Class|Aspose.PDF for Java

    Learn how to use the PDFFileMend class in Java to mend and repair PDF files using Aspose.PDF....AddText01 () { PdfFileMend mender = new PdfFileMend (); mender . BindPdf...pdf" ); FormattedText message = new FormattedText ( "Welcome to Aspose...

    docs.aspose.com/pdf/java/pdffilemend-class/
  3. SmartTag.AcceptStart | Aspose.Words for .NET

    Discover the SmartTag AcceptStart method—seamlessly welcome visitors to your SmartTag experience and enhance user engagement today!...void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Apply a theme to a presentation|Aspose.Slides D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ThemeFileName ); // Apply a new theme to the presentation. public...themeDocument ); } } // Apply a new theme to the presentation. public...

    docs.aspose.com/slides/net/apply-a-theme-to-a-p...
  5. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Main() { Document pdfDocument = new Document(); Page page1 = pdfDocument...Add(); TextFragment text1 = new TextFragment("This is the first...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  6. 档案

    档案...pngOptions = new PngOptions(); pngOptions.MultiPageOptions = new MultiPageOptions(new...MultiPageOptions(new IntRange(startPage, countPage)); image.Save("image...

    blog.aspose.com/zh/imaging/access-and-export-pa...
  7. 在 PostScript 中使用渐变 | .NET

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 .NET 中使用该功能...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/ps/working-with-gra...
  8. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....document using ( var document = new Aspose . Pdf . Document ( dataDir...image stamp var imageStamp = new Aspose . Pdf . ImageStamp ( dataDir...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  9. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java.... Document doc = new Document(getMyDir() + "Macro...docm"); DocumentBuilder builder = new DocumentBuilder(doc); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  10. Concatenate PDF documents in C#|Aspose.PDF for ...

    This section explains how to concatenate PDF documents with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pfe = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/net/concatenate-pdf-documents/