Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 224,599 for

new

(0.26 sec)
  1. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…...HtmlSaveOptions _pivotSaveOptions = new HtmlSaveOptions(SaveFormat.Html)...implementation: Workbook workbook = new Workbook("path_to_your_file.xlsx");...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  2. Generate Chart by Processing Smart Markers|Docu...

    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....of Workbook Workbook book = new Workbook (); //Access the first...markers String [] headers = new String []{ "" , "Item 1" , "Item...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  3. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 page 10mb pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = New MemoryStream(inDocument); …... MemoryStream inStreamPdf = new MemoryStream(inDocument); Aspose...Aspose.Pdf.Document pdfDoc = new Aspose.Pdf.Document(inStreamPdf);...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...
  4. Extracting text from receipts|Documentation

    How to digitize scanned receipts by automatically extracting text from them.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/receipt/
  5. Extracting text from vehicle license plate imag...

    How to automatically extract text from scanned or photographed vehicle license plates.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/car-plate/
  6. 为 PDF 添加背景|Aspose.PDF for PHP via Java

    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.... // 打开文档 $document = new Document ( $inputFile ); // 向文档对象添加新页面...BackgroundArtifact 对象 $background = new BackgroundArtifact (); // 为 backgroundArtifact...

    docs.aspose.com/pdf/zh/php-java/add-backgrounds/
  7. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle document loading and saving issues seamlessly, preserving formatting and data integrity.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/iwa...
  8. ImageSaveOptions.PixelFormat | Aspose.Words for...

    Discover the ImageSaveOptions PixelFormat property to easily customize the pixel format of your generated images for optimal quality and performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ImageSaveOptions imageSaveOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  9. IncorrectFontUsageException - Free Support Foru...

    Getting an IncorrectFontUsageException (Document error: TJ operator without preceding Tf - no font set for the text segment) thrown when using page.Accept(TextAbsorber). To reproduce, run the following code on the attac…...cancellationToken) { List<IText> list = new List<IText>(); int num = 1; foreach...TextAbsorber textAbsorber = new TextAbsorber(); page.Accept(textAbsorber);...

    forum.aspose.com/t/incorrectfontusageexception/...
  10. PageSetup.FootnoteOptions | Aspose.Words for .NET

    Discover PageSetup FootnoteOptions to easily customize footnote numbering and positioning for enhanced document clarity and professionalism....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...numbering from 1 // at each new page and display themselves directly...

    reference.aspose.com/words/net/aspose.words/pag...