when we concatinate pdf using aspose pdf. The formate of orignal file is getting changed. Here is orignal file
0000800070_Service_Create_V15 (2) (1).pdf (2.1 MB)
and here is file i am geting after concatenation
File a…...0000800070_Service_Create_V15 (2) (1).pdf (2.1 MB) and here is file i...Discourse September 19, 2025, 6:06am 2 @apatil03 When concatenating PDF...
Error raised when loading a .xer (Primavera) project file.
[ArgumentException: An item with the same key has already been added.]
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60
System.Collec…...Dictionary`2.Insert(TKey key, TValue value...Discourse June 1, 2025, 11:59pm 2 @ensemble The error message you...
Hi, can we use Aspose.gis for working with Geojson files?...iqbal August 2, 2025, 9:48am 1 Hi, can we use...Professionalize.Discourse August 2, 2025, 9:49am 2 @kashif.iqbal Yes, you...
NodeCollection.insert method. Inserts a node into the collection at the specified index....example -1 means the last node, -2 means the second before last and... " ); builder . write ( "Run 2. " ); // Every invocation of the...
FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...
Learn how to copy and move worksheets within and between Excel workbooks using Aspose.Cells for C++....// Copy third worksheet (index 2) within the workbook worksheets...AddCopy ( worksheets . Get ( 2 ). GetName ()); // Save modified...
ChartDataLabel.show_leader_lines property. Allows to specify if data label leader lines need be shown... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...
ChartSeries.data_labels property. Specifies the settings for the data labels for the entire series.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...
Hi Team,
We have a Merge Type field in our template, and when generating the PDF document, the merge field is not being removed as expected.
We now need to remove merge fields from the generated PDF. Below is the code …...rahulprajapati April 21, 2025, 2:16pm 1 Hi Team, We have a Merge...Discourse April 21, 2025, 2:16pm 2 @rahulprajapati To remove...