Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 213,153 for

new

(1.12 sec)
  1. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...main = new Document(path + "1.docx"); Document cover = new Document(path...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  2. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....DocumentBase ) Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  4. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=New com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...License wordsLicense=new com.aspose.words.License(); wordsLicense..."D:\\更新目录-result.docx"; Document doc = new Document(fileName1); doc.updateFields();...

    forum.aspose.com/t/updatefields/322089
  5. Occurs error while retrieving Signature from PD...

    Dear Guy we encountered a New problem while retrieving the signature info by component Asepose.PDF which version is 23.11 . It exists till after we upgrade it into version 24.08 . bellow is the code and we find the pr…...1 Dear Guy we encountered a new problem while retrieving the... PdfFileSignature pdfSign = new PdfFileSignature(); pdfSign.BindPdf("d:\\1...

    forum.aspose.com/t/occurs-error-while-retrievin...
  6. 公共 API Aspose.Diagram 6.6.0 的变化|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....Visio diagram Diagram diagram = new Diagram ( @"c:\temp\macro.vsdm"...Visio diagram Diagram diagram = new Diagram ( DirPath + "Drawing1...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  7. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...Image; using var svg = new SVGDocument(svgStream, options...ImageUrl); var renderingOptions = new ImageRenderingOption(ImageFormat...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  8. PdfSaveOptions.outlineOptions property | Aspose...

    PdfSaveOptions.outlineOptions property. Allows to specify outline options....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...License object const license = new AsposeCells . License (); //...represents Excel file. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  10. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...outputStream = new MemoryStream()) using (var inputStream = new MemoryStream(Encoding...GetBytes(html ?? ""))) { var renderer = new Aspose.Html.Rendering.HtmlRenderer();...

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...