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

new

(0.5 sec)
  1. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...html"; var workbook = new Workbook(input); var name = workbook...SetStyle(style); } } using var fs = new FileStream(output, FileMode.Create);...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  2. DocumentPartSavingArgs.DocumentPartFileName | A...

    Discover the DocumentPartFileName property for DocumentPartSavingArgs. Easily manage file names for seamless document part saving without paths....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Wrong print of footer on some documents - Free ...

    I use Aspose java pdf version 25.7 and pdf24 printer. I try to print footer (or watermark) on bottom of page. I want to print it on bottom of page (as soon as possible). I use AutoResize mode (it is working very strange …...for print: PdfViewer viewer = new PdfViewer(); // Set attributes...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); PrintPageSettings...

    forum.aspose.com/t/wrong-print-of-footer-on-som...
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Pdf ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  5. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....next code snippet creates a new Document object using an input...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/remove-form/
  6. Watermark | Aspose.Words for Java

    Represents class to work with document watermark in Java.... Document doc = new Document(); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions(); textWatermarkOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Sign PDF with Timestamp: Timestamp token found ...

    Hi team, I got error when follow the example to sign with TimestampSettings: How to digitally sign PDF|Aspose.PDF for Java And I got the error below: Caused by: class com.aspose.pdf.internal.l13f.lh: Timestamp token …...pfx"; using (Document document = new Document("path_to_your_pdf.pdf"))...signature = new PdfFileSignature(document)) { PKCS7 pkcs = new PKCS7(pfxFile...

    forum.aspose.com/t/sign-pdf-with-timestamp-time...
  8. Aspose.Cells 8.6.3的公共API更改|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....ImportTableOptions var importOptions = new ImportTableOptions (); //Set...load a spreadsheet var book = new Workbook (); //Create a built-in...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Your First Aspose.Cells Application - Hello Wor...

    Create, edit, and save your first Excel file in any supported format using Aspose.Cells for .NET to experience its simplicity and power in C#.... Create a new Excel file, or open an existing...Create a New Workbook The following example creates a new workbook...

    docs.aspose.com/cells/net/your-first-aspose-cel...
  10. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for JavaScript via C++.... const sourceBook1 = new Workbook ( new Uint8Array ( arrayBuffer1... const sourceBook2 = new Workbook ( new Uint8Array ( arrayBuffer2...

    docs.aspose.com/cells/javascript-cpp/combine-mu...