Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 213,960 for

new

(0.15 sec)
  1. JPEG to PDF Merge using Java | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add image to new PDF page...

    products.aspose.com/pdf/java/merger/jpeg-to-pdf/
  2. ImageStamp functionality not working on Linux -...

    We have observed that the ImageStamp feature in Aspose.PDF does not work on Amazon Linux. The same code works correctly in a Windows environment. However, on Amazon Linux, the image watermark is not applied. No errors ar…...Exists(filePath)) throw new FileNotFoundExceptio($"File not...ReadAllBytes(filePath); return new MemoryStream(fileBytes); } static...

    forum.aspose.com/t/imagestamp-functionality-not...
  3. PSD ファイルをオンラインで編集 | products.aspose.com

    PSD アドビフォトショップファイルをオンラインで編集...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...of Image using (Image image = new PsdImage(100, 100)) { // Create...

    products.aspose.com/psd/jp/editor/
  4. Enhance Your Presentations with AutoFit in PHP|...

    Manage AutoFit settings in Aspose.Slides for PHP to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....PowerPoint presentation: $pres = new Presentation (); try { $slide...30 , 350 , 100 ); $portion = new Portion ( "lorem ipsum..." );...

    docs.aspose.com/slides/php-java/manage-autofit-...
  5. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and PPTX to PDF with notes using Aspose.Slides for Android via Java. Preserve layouts and speaker notes for professional presentations....Presentation presentation = new Presentation ( "sample.pptx"...NotesCommentsLayouti notesOptions = new NotesCommentsLayouti (); notesOptions...

    docs.aspose.com/slides/androidjava/convert-powe...
  6. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } New Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...public Workbook(string file) } new Aspose.Cells.Workbook("attached...workbook LoadOptions loadOptions = new LoadOptions(LoadFormat.Xlsm);...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  7. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...(Presentation presentation = new Presentation("input.pptx")) {...{ PdfOptions pdfOptions = new PdfOptions(); pdfOptions.SetSa...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  8. PDF document getting scrambled when printing - ...

    Hi We currently get PDF documents supplied by third parties which we push on to a printer selected by the user end user. This is currently working fine in all cases except for documents from this one party (sample attac…...code is: PdfViewer viewer = new PdfViewer(); viewer.OpenPdfFile(pdfData...DefaultPageSettings; pageSettings.Margins = new System.Drawing.Printing.Margins(0...

    forum.aspose.com/t/pdf-document-getting-scrambl...
  9. Repair PDF with Go via C++|Aspose.PDF for Go vi...

    This topic describes how to Repair PDF via Go via C++...PDF file and saving it as a new document is a common requirement...starting point for developers new to using PDF libraries like Aspose...

    docs.aspose.com/pdf/go-cpp/repair-pdf/
  10. Convert PDF to Microsoft Excel|Aspose.PDF for P...

    Aspose.PDF for PHP allows you to convert PDF to Excel format using PHP. During this, the individual pages of the PDF file are converted to Excel worksheets.... $document = new Document ( $inputFile ); // Create...save options. $saveOption = new ExcelSaveOptions (); // Set the...

    docs.aspose.com/pdf/php-java/convert-pdf-to-excel/