Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K

4 Posted Topics

Member Avatar for DinoJamin

If you use C#, you can convert PDF to Excel in C# using Spire.XLS for .NET. Here is the entire code snippet for your reference. using Spire.Pdf; namespace ConvertPDFToExcel { class Program { static void Main(string[] args) { //Create a PdfDocument instance PdfDocument pdf = new PdfDocument(); //Load PDF file …

Member Avatar for orichisonic
0
587
Member Avatar for Saboor880

Hi there, alternatively, you could try Spire.PDF library to draw Code128 bar code ane many other types on your PDF document. Check the link below for your reference. https://www.e-iceblue.com/Tutorials/JAVA/Spire.PDF-for-JAVA/Program-Guide/Text/Draw-Barcode-in-PDF-in-Java.html

Member Avatar for orichisonic
1
1K
Member Avatar for subhraakasuny

Hi, it is not possible to read an image from a cell as a cell property. If you only want to read the images from a worksheet and reposition them on a specific cell, refer to the following code snippet. This requires another [free Excel API](https://www.e-iceblue.com/Download/xls-for-java-free.html) instead of POI. import …

Member Avatar for orichisonic
2
1K
Member Avatar for Saboor880

Maybe you could also try another barcode API. https://www.e-iceblue.com/Tutorials/Spire.Barcode-for-JAVA/Scan-Barcode-in-Java.html

Member Avatar for orichisonic
0
690

The End.