Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 165,027 for

new

(0.09 sec)
  1. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Document wordWithBorder = new Aspose.Words.Document(@“A-WithBorder...Pdf.Document pdfWithBorder = new Aspose.Pdf.Document(“A-WithBorder...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  2. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...this font or the changes in the new version has made it into some...doc = new Document(inPath); doc.WarningCallback = new HandleDocumentWarnin();...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  3. 将 PDF 转换为 BMP|Aspose.PDF for Android via Java

    本文介绍如何使用 Java 将 PDF 页面转换为 BMP 图像,将所有页面转换为 BMP 图像以及将单个 PDF 页面转换为 BMP 图像。...convertPDFtoBMP () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-BMP...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  4. FieldMergeBarcode.BarcodeValue | Aspose.Words f...

    Discover the FieldMergeBarcode BarcodeValue property to easily manage and customize your barcode values for enhanced data accuracy and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 通过 xlsx4j 在电子表格中添加图像|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....Workbook object Workbook workbook = new Workbook (); Worksheet sheet...pkg . createWorksheetPart ( new PartName ( "/xl/worksheets/sheet1...

    docs.aspose.com/cells/zh/java/add-images-in-spr...
  6. BarcodeParameters Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.BarcodeParameters class—your essential tool for seamless barcode generation and customization in document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  7. IFieldUpdatingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom methods called during a field update in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldUpdatingCallbac callback = new FieldUpdatingCallbac(); doc.getFieldOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert PS to PDF is taking for ever - Free Sup...

    Hi Team, We have a situation here that needs your help. We are trying to convert a .PS file into a .PDF for visualization. We have been trying a couple of things, but nothing seems to work. Everything we try it take…...pso = new Aspose.Pdf.PsLoadOptions(); pso.FontsFolders = new string[]...Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(caminho,...

    forum.aspose.com/t/convert-ps-to-pdf-is-taking-...
  9. 从PDF中提取表格数据|Aspose.PDF for Android via Java

    了解如何使用Aspose.PDF for Android via Java从PDF中提取表格数据。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/zh/androidjava/extract-data...
  10. DocSaveOptions.SaveRoutingSlip | Aspose.Words f...

    Discover the DocSaveOptions SaveRoutingSlip property. Control RoutingSlip data saving for your documents. Enhance output customization easily!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words.sav...