Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 88,662 for

doc format

(0.1 sec)
  1. Convert XLSB to DOC using Java or with free Onl...

    Java API to Export XLSB to Doc or online with using Excel or Word or online. Test free CSV to Doc online converter quickly before integrating the code....Total Java Conversion XLSB to DOC Converting XLSB (Excel Binary...Binary Workbook) files to DOC format makes your spreadsheet data accessible...

    products.aspose.com/total/java/conversion/xlsb-...
  2. Issue in getting byte array from pdf/doc page -...

    log.debug("fetchTextForSignature - calculated pdfPage for DocId: {} for page: {}", DocId, currentPageNumber); Rectangle mediaBox = pdfPage.getMediaBox(); int pa…...getting byte array from pdf/doc page Aspose.PDF Product Family...object to create by array of pdf/doc page .I have tried reproducing...

    forum.aspose.com/t/issue-in-getting-byte-array-...
  3. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String DocFilePath, OutputStream stream) throws Exception { Document = new Document(DocFilePath); Docume…...poi create doc, use aspose.words to save the doc but toc page...myTest.docx (29.7 KB) this is my doc alexey.noskov August 2, 2024...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  4. Export Formats|Aspose.Words for JasperReports

    Aspose.Words for JasperReports is built on top of Aspose.Words for Java, the world-class library for server-side Microsoft Word Documents processing....DOC, DOCX, RTF, ODT, HTML, and TXT Export Contents [ Hide ] JasperReports...documents (apart from the RTF format that uses positioned items)...

    docs.aspose.com/words/jasperreports/doc-docx-rt...
  5. Convert TSV to DOC using Java or with free Onli...

    Java API to Export TSV to Doc or online with using Excel or Word or online. Test free CSV to Doc online converter quickly before integrating the code....to DOC Converting TSV (Tab-Separated Values) files to DOC format...professionally formatted Word documents. DOC files are widely...

    products.aspose.com/total/java/conversion/tsv-t...
  6. Convert XLS to DOC using Java or with free Onli...

    Java API to Export XLS to Doc or online with using Excel or Word or online. Test free CSV to Doc online converter quickly before integrating the code....XLS to DOC Converting XLS (Excel Spreadsheet) files to DOC (Word...integrated into editable document formats. This conversion allows teams...

    products.aspose.com/total/java/conversion/xls-t...
  7. Doc to PDF error on table column size - Free Su...

    Good morning, we have a Document, we store it as Word Document, then we store it also as PDF Document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...Doc to PDF error on table column size Aspose.Words Product Family...loaded dynamically only when Word doc is created, when we create PDF...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  8. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: Doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...How to add watermark to doc's every page Aspose.Words Product...don’t have watermark. code: doc = aw.Document(str(file_path))...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  9. Convert XLT to DOC using Java or with free Onli...

    Java API to Export XLT to Doc or online with using Excel or Word or online. Test free CSV to Doc online converter quickly before integrating the code....XLT to DOC Converting XLT (Excel Template) files to DOC format...document formatting, and collaborative editing. DOC files are...

    products.aspose.com/total/java/conversion/xlt-t...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the Document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in Doc.GetChildNodes(NodeType.Paragraph, true)) { …...Insert hyperlink doesnt work when doc is converted to pdf - aspose...foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...