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

new

(0.9 sec)
  1. 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...
  2. 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...
  3. Tasks and Calendars | Aspose.Tasks Documentation

    Learn how to associate and manage calendars with Microsoft Project (MPP/XML) tasks using Aspose.Tasks for .NET. Includes C# examples for setting and reading task calendars....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/tasks-and-calendars/
  4. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field...corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TeX (LaTeX) Files Conversion | Java

    TeX(LaTeX) conversion Java API solution. Convert LaTeX files to PDF, XPS and Images including PNG, JPEG, TIFF, BMP with few lines of Java code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/tex/java/conversion/
  6. Manage number of pages in XPS file | .NET

    .NET API Solution to manage XPS files. Add or remove pages from or to XPS documents with a few lines of C# code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/add-delete-pages/
  7. java.lang.IllegalStateException: toArray is not...

    Hi guys, I used the flag -DAspose.Cells.ZipTool=TEMPFILE in both of my projects that call Workbook asposeWorkbook = New Workbook(excelStream) to avoid the POI 5 ZIP issue. However, one of the projects still encounters p…...call Workbook asposeWorkbook = new Workbook(excelStream) to avoid...ZipTool", "TEMPFILE"); File excel = new File("src/test/resources/POI...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  8. Data Filtering|Documentation

    Learn how to add a data filter by using the Aspose.Cells for JavaScript via C++ API....stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/data-filte...
  9. Delete a Slide|Aspose.Slides Documentation

    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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...slideIndex >= slidesCount ) { throw new ArgumentOutOfRangeEx ( "slideIndex"...

    docs.aspose.com/slides/net/delete-a-slide/
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...fields DocumentBuilder builder = new DocumentBuilder(document); AtomicInteger...AtomicInteger bmCount = new AtomicInteger(1); for (Object obj...

    forum.aspose.com/t/alternative-way-to-extract-a...