Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 213,512 for

new

(0.41 sec)
  1. Scaling down an XFA pdf file - Free Support For...

    Hello My client has the need to scale down an existing XFA pdf file and then add a "text" at the bottom of the page. I was wondering if aspose.pdf would be able to handle someting like this (scaling down a file). Thanks …... MemoryStream ms = new MemoryStream(); // Create PdfFileEditor...Object PdfFileEditor fileEditor = new PdfFileEditor(); // Open PDF...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...
  2. Managing Ranges with JavaScript via C++|Documen...

    Learn how to manage ranges in Excel using Aspose.Cells for JavaScript via C++. Create ranges, set values, styles, and perform various operations....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/managing-r...
  3. Font not found when trying to save pdf document...

    We are evaluating Aspose.Pdf (.NET) product and the following problem prevents us from buying a license. When building pdf document using regular console application, or windows service - document is generated without an…...ApplicationException: The embedded font ‘Times New Roman’ is not found. Make sure...ApplicationException: Font ‘Times New Roman’ not found. Please make...

    forum.aspose.com/t/font-not-found-when-trying-t...
  4. Loading the image throws an error 'Image loadin...

    I have a tif file which is to be converted to pdf file. To load the image, i tried passing tif file as the documentStream in => skbitmap = SKBitmap.Decode(documentStream); //the value of skbitmap becoming Null. second…...pdfOptions = new PdfOptions() { ResolutionSettings = new ResolutionSetting(image...Create a new Document Aspose.Pdf.Document pdfDocument = new Aspose...

    forum.aspose.com/t/loading-the-image-throws-an-...
  5. 在 .NET 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...using ( Presentation pres = new Presentation ()) { GeometryShape...using ( Presentation pres = new Presentation ()) { GeometryShape...

    docs.aspose.com/slides/zh/net/custom-shape/
  6. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures....this example, we created two new workbooks in Microsoft Excel...development environment. Create a new console application. Add references:...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  7. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...NET // For the new AI format please use the following...try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream);...

    products.aspose.com/psd/jp/open-ai-online/
  8. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...NET // For the new AI format please use the following...try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream);...

    products.aspose.com/psd/jp/view/open-ai-online/
  9. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfContent = new MemoryStream(); var license = new License(); license...lic”); var document = new Document(new MemoryStream(documentBytes));...

    forum.aspose.com/t/key-not-found-exception/293338
  10. Font.highlightColor property | Aspose.Words for...

    Font.highlightColor property. Gets or sets the highlight (marker) color.... let doc = new aw . Document (); let run = new aw . Run ( doc...font ; font . name = "Courier New" ; font . size = 36 ; font ....

    reference.aspose.com/words/nodejs-net/aspose.wo...