Sort Score
Result 10 results
Languages All
Labels All
Results 9,491 - 9,500 of 224,714 for

new

(0.31 sec)
  1. | Aspose

    Sample code for WBMP to JSON Java conversion. Use API example code for batch WBMP files to JSON conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  2. How to extract text from PDF | Aspose.PDF

    Do you know how easily extract text from PDF using C#? Extract text from PDF with high quality using .NET PDF library....from PDF documents Initialize a new Document Create TextAbsorber...document Document pdfDocument = new Document ( dataDir + "ExtractTextAll...

    products.aspose.com/pdf/tutorial/extract-text/
  3. Corrupted PPTX File When Converting from PPT in...

    I use Aspose.Slides.NET version 25.8.0 to convert this PPT file to PPTX format. The output file is corrupted when opening with MS PowerPoint 365. Here is the code snippet that I use to convert this file: Presentation d…...file: Presentation document = new Aspose.Slides.Presentation(inputFilePath);...an example: var loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/corrupted-pptx-file-when-con...
  4. FieldOptions.useInvariantCultureNumberFormat pr...

    FieldOptions.useInvariantCultureNumberFormat property. Gets or sets the value indicating that number format is parsed using invariant culture or not...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...currentThread . CurrentCulture = new CultureInfo ( "de-DE" ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 C++ 进行 Excel 转 PDF 时渲染实线格线|Documentation

    了解如何在使用 Aspose.Cells for Node.js via C++ 转换 Excel 为 PDF 时渲染实线格线。...external links const workbook = new AsposeCells . Workbook ( filePath...an empty Workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/render-soli...
  6. How to shrink Aspose word table row header dyna...

    Hi Team, I need to shrink the table header row based on table details in the below rows dynamically in aspose word template using LINQ. Please check the below attached template and correct me for this fix? Eg:In below …...template: JsonDataSource ds = new JsonDataSource(@"C:\Temp\data...a.json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...

    forum.aspose.com/t/how-to-shrink-aspose-word-ta...
  7. Import Data to Worksheets in 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 (); //Obtaining the...string values String [] names = new String []{ "laurence chen" ,...

    docs.aspose.com/cells/java/import-data-to-works...
  8. Managing Message Files with Aspose.Email.Outloo...

    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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test.com"...MailConversionOption options = new MailConversionOption (); options...

    docs.aspose.com/email/java/managing-message-fil...
  9. Need to Run Powerpoint on our web app - Is Aspo...

    I need a web component that will allow playing ppt or pptx files on our web app, and it looks like Aspose’s product allows for that. Am I mistaken? Is this the right product for us? We have a direct link to a user upl…...pptx"; using (WebClient wc = new WebClient()) { byte[] data =...ms = new MemoryStream(data)) { Presentation pres = new Presentation(ms);...

    forum.aspose.com/t/need-to-run-powerpoint-on-ou...
  10. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…...this approach: Document doc = new Document("path/to/your/document...docx"); StringBuilder bodyText = new StringBuilder(); for (Section...

    forum.aspose.com/t/aspose-java-words-incorrect-...