Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 150,782 for

2

(0.12 sec)
  1. Aspose PDF Comparer - Free Support Forum - aspo...

    I am currently exploring the options of Aspose Java PDF Comparer and saw that there is a SideBySideComparer. As the name suggested it has 2 pages for every page in the PDF. Is there a way that i can configure a comparer…...As the name suggested it has 2 pages for every page in the PDF...Discourse February 24, 2025, 9:39am 2 @mDiphoornNadi Can you please...

    forum.aspose.com/t/aspose-pdf-comparer/308285
  2. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...png (2.5 KB) The thing is that name that...only ecymerman April 30, 2025, 2:33pm 6 True, but when I open it...

    forum.aspose.com/t/change-a-field-name/312114
  3. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...Discourse August 13, 2025, 1:58am 2 @PonyWhite 打印PDF时出现模糊或发虚的问题,通...怎么解决啊 asad.ali August 13, 2025, 2:09pm 4 @PonyWhite 请确保您正在使用最新版...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  4. Convert Microsoft Project MPP File to PDF | Asp...

    Aspose.Tasks for .NET allows converting MPP or MPX files to PDF. Use PdfSaveOptions to customize PDF output....mpp" ); 2 project. Save ( "SaveProjectAsPDF_out...Project( "New Project.mpp" ); 2 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  5. How to Format Number to Fraction|Documentation

    This article introduces how to format numbers to fractions using Aspose.Cells for JavaScript via C++ API....in recipes or measurements, 1/2 cup or 3/4 inch is more intuitive...straightforward. For example, adding 1/2 and 1/4 is more intuitive for...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  6. SVG Picture Is Not Rendered Correctly When Conv...

    Hi, When converting a PPTX document to PDF, an SVG logo is not rendered correctly. Aspose.Slides version used: 25.12 Code used: Presentation pres = new Presentation(options.SourcePath); pres.Save(options.DestinationP…...sogidev December 22, 2025, 3:56pm 2 original_document.zip (391,3 Ko)...may differ from the original [2]. var pdfOptions = new Aspose...

    forum.aspose.com/t/svg-picture-is-not-rendered-...
  7. Convert a Multi-page Document to an Image in Py...

    Export multi-page documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using Python.... border_width = 2 doc . save ( file_name = ' ImageSaveOptions.... PageRange ( 1 , 2 )]) // export pages 2-3, PageSet has zero-based...

    docs.aspose.com/words/python-net/convert-a-mult...
  8. FieldMergeSeq Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeSeq class for seamless document merging with the MERGESEQ field. Boost your document automation today!...output of our mail merge will have 2 pages instead of 3. // On page...both display "1". // On page 2, the MERGEREC field will display...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Support for EXPAND formula - Free Support Forum...

    Hello, We have a customer interested in using the EXPAND formula which was added in Office365. Are there any plans to support this array formula in Aspose Cells? Can we request that it be added to the roadmap for consid…...He November 1, 2023, 1:11am 2 @weissa Sorry for any inconvenience...v25.8. sabnuq August 5, 2025, 2:53pm 6 Thank you so much! That...

    forum.aspose.com/t/support-for-expand-formula/2...
  10. Reporting Compression Progress | Aspose.Zip Doc...

    This document covers how to report the progress of compression in Java zip library....setCompressionProgre ((sender, args) -> { 2 System. out . println (args. getProceededBytes...source = new File( "huge.bin" ); 2 try (Archive archive = new Archive())...

    docs.aspose.com/zip/java/reporting-compression-...