Skip to content

Commit

Permalink
Merge pull request #125 from SyncfusionExamples/930659_ft
Browse files Browse the repository at this point in the history
930659_ft Removed the extra line space in FT sample code.
  • Loading branch information
chinnumuniyappan authored Dec 26, 2024
2 parents 6b05e4b + e31b216 commit f10d483
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
loadedDocument.Save(outputFileStream);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@
//Close the document.
loadedDocument.Close(true);
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
//Save the PDF document to file stream.
pdfDocument.Save(outputFileStream);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
document.Save(fileStream);
}
//Close the document.
document.Close(true);
document.Close(true);
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
finalDocument.Save(outputFileStream);
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
//Save the PDF document to file stream.
pdfLoadedDocument.Save(outputFileStream);
}

//Close the document.
pdfLoadedDocument.Close(true);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ void LoadedDocument_SubstituteFont(object sender, PdfFontEventArgs args)

//Close the document.
docStream.Dispose();
loadedDocument.Close(true);
loadedDocument.Close(true);
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
loadedDocument.Save(outputFileStream);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

// Close the document
document.Close(true);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
//Save the PDF document to file stream.
document.Save(outputFileStream);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@
//Save the PDF document to file stream.
document.Save(outputFileStream);
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
Console.WriteLine("Extracted text from the entire document: " + extractedText);
Console.ReadLine();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@
loadedDocument.Save(outputFileStream);
}
}
}

}

0 comments on commit f10d483

Please sign in to comment.