sales@dynamicpdf.com
800.631.5006
Customer Login
Cart [
0
] item
Products
Purchase
Examples
.NET
Java
COM/ActiveX
Docs
.NET
Java
COM/ActiveX
Forums
Support
Company
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
Products
Purchase
Examples
Docs
Forums
Support
Company
Customer Login
Company
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
Products
Subscriptions
Core API
Generator
Merger
Report Writer
Print Manager
Converter
HTML Converter
Rasterizer
Viewer
Barcodes
DynamicPDF API
From $19.95/month
Online Designer, Create Reports, Fill Forms, Merge PDFs, Convert Images to PDF, Extract Text and Much More
Or FREE With Restrictions
DynamicPDF Essentials Subscription
$479/year
HTML to PDF Conversion and Simple PDF Merging
Or FREE With Restrictions
DynamicPDF Professional Subscription
$799/year
DynamicPDF Essentials Subscription plus one of our great products below
DynamicPDF Professional Plus Subscription
$1,149/year
DynamicPDF Essentials Subscription plus two of our great products below
DynamicPDF Ultimate Subscription
$1,499/year
Includes PDF Reports and all of our great products below
HTML Converter
Easily Create PDFs from HTML
Core Suite
Generator, Merger and ReportWriter
Print
Manager
Automate PDF Printing
Converter
Create PDFs from many formats
Rasterizer
Create images and TIFFs out of PDFs
Viewer
WinForm PDF Viewer Control
Dynamic
Barcode
.NET Barcode Generator
Most of our products are available a-la-carte as perpectual licenses as well. For more information, select a product above.
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
merge documents
Skip Navigation Links
Home
/
Support
/
Forums
/
DynamicPDF Merger for Java (v3 and older)
/
merge documents
DynamicPDF Merger for Java (v3 and older) Forum
Advanced Search
merge documents
Dec 14 2005 10:02 AM
Hi When i try to merge two documwnts i got error:
java.lang.NoSuchMethodError
at com.cete.dynamicpdf.merger.g.getFilePointer(Unknown Source)
at com.cete.dynamicpdf.merger.g.length(Unknown Source)
at com.cete.dynamicpdf.merger.x.d(Unknown Source)
at com.cete.dynamicpdf.merger.x.c(Unknown Source)
at com.cete.dynamicpdf.merger.x.<init>(Unknown Source)
at com.cete.dynamicpdf.merger.PdfDocument.j(Unknown Source)
at com.cete.dynamicpdf.merger.PdfDocument.<init>(Unknown Source)
at com.cete.dynamicpdf.merger.PdfDocument.<init>(Unknown Source)
at com.cete.dynamicpdf.merger.MergeDocument.merge(Unknown Source)
at Startup.main(Startup.java:23)
Exception in thread "main"
================================
my code is same as in example...
public static void main(String[] args) {
MergeDocument document = MergeDocument.merge(args[0],
args[1]);
document.setCreator("MergePDFs.java");
document.setAuthor("Your Name");
document.setTitle("Merge PDFs");
// Outputs the merged document to file
document.draw(args[2]);
}
=== what is wrong?
Re: merge documents
Dec 14 2005 11:05 AM
Posted by a ceTe Software moderator
Hello,
Can you please tell us what version of JDK are you referencing? Currently our application only supports JDK 1.4.X or higher.
Thanks,
ceTe Software Support Team
Post Reply
EMail Alerts
All times are US Eastern Standard time. The time now is 2:37 PM.