Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 214,359 for

new

(0.1 sec)
  1. Rotate PDF Pages Using C#|Aspose.PDF for .NET

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C#....release, we have added great new features like changing the page...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/rotate-pages/
  2. 使用 PHP 的 PDF 转换解决方案 | Aspose.PDF

    通过 Java 使用 Aspose.PDF for PHP 将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/zh-hans/php-java/conver...
  3. 使用 PHP 的 PDF 转换解决方案 | Aspose.PDF

    使用 Aspose.PDF for PHP 透過 Java 將 PDF 轉換為 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等格式。...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/zh-hant/php-java/conver...
  4. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.XLSX);...Exception { Workbook workbook = new Workbook(); Worksheet sheet =...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...
  5. System.InvalidCastException: Unable to cast obj...

    Please help!!! Got error when try use concatenate method of Aspose.Pdf.Kit.PdfFileEditor System.InvalidCastException: Unable to cast object of type ‘xeb116a323308e2f7.xae94bcfc1c7ddd9a’ to type ‘xeb116a323308e2f7.x9268…...PdfFileEditor MergePDF = new Aspose.Pdf.Kit.PdfFileEditor();...PdfFileEditor(); string[] FileName = new string[PDFFilelist.Count]; for (int...

    forum.aspose.com/t/system-invalidcastexception-...
  6. Resizing|Documentation

    How to resize an image to improve recognition accuracy....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/resize/
  7. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a New workbook from the stream, this workbook will not contain the correct values. In ad…... If you create a new workbook from the stream, this...using Workbook saveWorkbook = new(); Worksheet sheet = saveWorkbook...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  8. XamlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the XamlFixedSaveOptions SaveFormat property to effortlessly save documents in XamlFixed format, ensuring optimal quality and compatibility....ResourceFolder () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PageSetup.SuppressEndnotes | Aspose.Words for .NET

    Discover how the PageSetup SuppressEndnotes property enhances your document layout by controlling endnote placement for clearer, organized sections....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...endnoteText ) { Section section = new Section ( doc ); doc . AppendChild...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Efficiently Merge Presentations in Java|Aspose....

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for Java, streamlining your workflow....Presentation presentation1 = new Presentation ( "presentation1...Presentation presentation2 = new Presentation ( "presentation2...

    docs.aspose.com/slides/java/merge-presentation/