Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 213,567 for

new

(0.1 sec)
  1. Rescheduling Project Tasks and Resource Assignm...

    This guide explains how to reschedule tasks and resource assignments in your projects using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/project-rescheduling/
  2. Resulting table borders are thicker than origin...

    Hello, I've attached a xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the docx file are different than the saved to pdf selected area. var xls1 = New …... var xls1 = new Workbook(“C:\11.xlsx”); var worksheet...UpdateSelectedValue(); } var opt = new ImageOrPrintOptions { Quality...

    forum.aspose.com/t/resulting-table-borders-are-...
  3. Change Password of a PDF File|Aspose.PDF for Ja...

    Change Password of a PDF File with Aspose.PDF for JavaScript via C++....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/change-passw...
  4. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...registration: var loadOptions = new Words.Loading.LoadOptions { Encoding...putFile), }; var document = new Document(InputFile, loadOptions)...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  5. Load, Extract Data and Save from TTF | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save TTF fonts within Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/java/loading-saving-truety...
  6. 使用 Node.js 和 C++ 将指定工作表保存为 PDF|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将指定的工作表保存为 PDF。...excel file const workbook = new AsposeCells . Workbook ( filePath...output const pdfSaveOptions = new AsposeCells . PdfSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/save-specif...
  7. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...Description Cell(doc) Initializes a new instance of the Cell class. Properties... let doc = new aw . Document (); let table = new aw . Tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OdtSaveOptions.IsStrictSchema11 | Aspose.Words ...

    Optimize your ODT exports with the IsStrictSchema11 property. Ensure strict compliance with ODT 1.1 or enable 1.2 compatibility for best results.... Document doc = new Document ( MyDir + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words.sav...
  9. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...load Document pdfDocument = new Document(inFilePath); Page page...Image image = new Image(); image.setImageStream(new ByteArrayInputStream(Base64...

    forum.aspose.com/t/pdf-base64image/315504