Sort Score
Result 10 results
Languages All
Labels All
Results 8,091 - 8,100 of 224,666 for

new

(0.75 sec)
  1. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...property assignments) const opts = new AsposeCells . HtmlSaveOptions...

    docs.aspose.com/cells/javascript-cpp/enable-css...
  2. FontInfoCollection.Item | Aspose.Words for .NET

    Discover the FontInfoCollection Item property to easily retrieve fonts by name, enhancing your design projects with precision and style.... Document doc = new Document ( MyDir + "Embedded...can extract the font. doc = new Document ( MyDir + "Embedded...

    reference.aspose.com/words/net/aspose.words.fon...
  3. 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/
  4. 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...
  5. LaTeX转图像 | Java

    要使用Aspose.TeX API解决方案将TEX转换为图像格式,用于Java的TEX API解决方案,以了解如何执行此操作和代码示例。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/zh/java/latex-to-image/
  6. Generate Data Matrix Barcodes in C#|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....standards) and ECC 200 (the new universal standard). By default...standard. BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/net/datamatrix-barcode/
  7. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/zh/net/save-svg-document/
  8. Blank PDF while converion from HTML(Email Body)...

    We have paid support on Aspose.Java , The issue blank PDF occurs while we are converting from HTML(email body) to PDF , as an application, we have increased the Memory, but the issue occuring 2 twice a month...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...fi = new FileInputStream(htmlFile); Document document = new Document(fi...

    forum.aspose.com/t/blank-pdf-while-converion-fr...
  9. Convert Visio to Excel format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to Excel formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to CSV with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToCSV...); MemoryStream csvStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ex...
  10. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....Document doc = new Document (); // Create New Document. DocumentBuilder...DocumentBuilder builder = new DocumentBuilder ( doc ); builder ....

    docs.aspose.com/words/net/resize-image-in-word-...