Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 222,967 for

new

(0.45 sec)
  1. Save Each Worksheet to a Different PDF File wit...

    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....xlsx" ); // Instantiate a new workbook and open the Excel file...its location const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...
  2. 如何在 Docker 中运行 Aspose.PDF for .NET 6|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 6 应用程序中...pdf" ; var memoryStream = new MemoryStream (); _logger . LogInformation...object using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/zh/net/docker/dotnet6/
  3. Assinatura Digital - Free Support Forum - aspos...

    Olá pessoal, estou tentando adicionar duas assinaturas digitais em um único arquivo PDF utilizando a biblioteca Aspose.PDF, porém estou enfrentando dificuldades. Consegui inserir a primeira assinatura sem problemas, ma…...PDF writes a new file. To preserve earlier signatures...pfx_senha_02 = “”; using (var pdfSign = new Aspose.Pdf.Facades.PdfFileSignature(inputPath...

    forum.aspose.com/t/assinatura-digital/321992
  4. 从CFF文件加载字体| .NET

    。让我们看一下如何从CFF文件中制作它。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  5. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = New Workbook(dir + @"\Test_07312025\Chart_templa…...Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_template...ImageOrPrintOptions options = new ImageOrPrintOptions() { OnePagePerSheet...

    forum.aspose.com/t/chart-labels-are-rendered-in...
  6. Paragraph Numbering not included when extractin...

    We use com.aspose.words to extract metadata and text from word documents. I believe we’re on version 25.12. Attaching a sample document that reproduces the issue, (see the bottom section References) Section Breaks 20p.…...something like: StringBuilder sb = new StringBuilder(); for (Section...using section.getBody().toString(new TextSaveOptions()) and enabling...

    forum.aspose.com/t/paragraph-numbering-not-incl...
  7. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose.PSD for .NET 20.11 - 发行说明|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.... Load ( inputFilePath , new PsdLoadOptions () { LoadEffectsResource...image . Save ( outputFilePath , new PsdOptions ( image )); } PSDNET-579...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Render Presentations with Fallback Fonts in С++...

    Render presentations with fallback fonts in Aspose.Slides for С++ – keep text consistent across PPT, PPTX and ODP with step-by-step С++ code samples.... // Create new instance of a rules collection...0x4FF ), u "Times New Roman" )); //rulesList.Add(new FontFallBackRule(...

    docs.aspose.com/slides/cpp/render-presentation-...
  10. Getting Cell Contents|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.... C# Workbook workbook = new Workbook ( "../../data/test.xlsx"...of cells. C# IWorkbook wb = new XSSFWorkbook ( "../../data/test...

    docs.aspose.com/cells/net/getting-cell-contents/