Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 35,544 for

index

(0.12 sec)
  1. 从 PDF 文件中移除签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类从 PDF 文件中移除签名。...for ( int index = 0 ; index < sigNames . Count ; index ++) { Console...WriteLine ( $"Removed {sigNames[index]}" ); pdFileSignature . RemoveSignature...

    docs.aspose.com/pdf/zh/net/remove-signature-fro...
  2. How to Merge PDF using JavaScript via C++|Aspos...

    This page explain how to merge PDF documents into a single PDF file with Aspose.PDF for JavaScript via C++...readFile ( index ) { /*only two files*/ if ( index >= e . target...target . files . length || index >= 2 ) { /*merge two PDF-files...

    docs.aspose.com/pdf/javascript-cpp/merge-pdf/
  3. InsertCutCells now broken when copying array fo...

    My latest testing with Aspose.Cells 25.10 has revealed an issue with InsertCutCells related to array formulas. The values are being carried over, but the formulas themselves are not, and this was working at least as rec…...formula: =IF(ISNA(INDEX(D280:D313,B277)),“OTH”,INDEX(D280:D313,B277))...formula =IF(ISNA(INDEX(D280:D313,B277)),"OTH",INDEX(D280:D313,B277))...

    forum.aspose.com/t/insertcutcells-now-broken-wh...
  4. GradientStopCollection.Item | Aspose.Words for ...

    Discover the GradientStopCollection's versatile Item property to easily manage GradientStop objects, enhancing your design with vibrant gradients....Hide ] GradientStopCollecti indexer Gets or sets a GradientStop...public GradientStop this [ int index ] { get ; set ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.dra...
  5. FieldFormat.numeric_format property | Aspose.Wo...

    FieldFormat.numeric_format property. Gets or sets a formatting that is applied to a numeric field result... update () for index , general_format in enumerate...print ( f 'General format index { index } : { general_format } '...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Complete removal of digital signatures - Free S...

    Hi. I have tried to remove the digital signatures from pdfs using the code as described here: Remove Signature from PDF File|Aspose.PDF for .NET. It looks like the signature is removed but not everything related to digi…... for (int index = 0; index < sigNames.Count; index++) { Console...WriteLine($"Removed {sigNames[index]}"); pdFileSignature.Remove...

    forum.aspose.com/t/complete-removal-of-digital-...
  7. Convert PPS to SVG using C# | products.aspose.com

    Sample code for PPS to SVG C# conversion. Use API example code for batch PPS files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/pps-t...
  8. Convert PPTM to SVG using C# | products.aspose.com

    Sample code for PPTM to SVG C# conversion. Use API example code for batch PPTM files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/pptm-...
  9. AsposeWordsPrintDocument.TotalPagesPrinted | As...

    Shows total pages printed in Aspose.Words to track print session output....whether the page at the specified index should be skipped during printing.../// <param name="index">The zero-based page index to check.</param>...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Adjusting Row Height and Column Width|Documenta...

    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.... Indexes of rows and columns start from...following parameters: Row index – the index of the row whose height...

    docs.aspose.com/cells/java/adjusting-row-height...