RE: [ACFUG Discuss] cfdocument

2012-07-13 Thread Troy Jones
Jeff,

I drove myself crazy a while back with this very item. I was not able to figure 
out how to do it (I do not believe it's possible) but what you may be able to 
do is to serve it in a pop-up and you can control the initial display size of 
the window that loads it.

However, I am fairly certain that the size percentage is completely a 
client-side setting and cannot  be affected. I'd be interested to know 
different as well.

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Friday, July 13, 2012 6:09 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfdocument

Is there a way to control how large a cfdocument created is when it is 
displayed in the browser? I have two different reports using the exact same 
cfdocument tag and one of them displays the report as a "page" on a gray 
background in the browser while the other one initially displays at about 175% 
- 200% of the document size and fills the browser and looks terrible due to 
pixelization of some elements.

Here is the cfdocument tag:

 


This is running on a CF8 server.

Thanks,
Jeff



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] cfdocument

2012-07-15 Thread Ajas Mohammed
The 200% display is definitely client acrobat reader(standard or
professional) setting. We generate pdfs in our app and since I have my
acrobat reader set at 125%, it displays CF generated pdfs in browser at
125%.


iUseDropbox(http://db.tt/63Lvone9)
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.



On Fri, Jul 13, 2012 at 10:12 PM, Troy Jones  wrote:

>  Jeff,
>
> ** **
>
> I drove myself crazy a while back with this very item. I was not able to
> figure out how to do it (I do not believe it’s possible) but what you may
> be able to do is to serve it in a pop-up and you can control the initial
> display size of the window that loads it. 
>
> ** **
>
> However, I am fairly certain that the size percentage is completely a
> client-side setting and cannot  be affected. I’d be interested to know
> different as well.
>
> ** **
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff
> Howard
> *Sent:* Friday, July 13, 2012 6:09 PM
> *To:* discussion@acfug.org
> *Subject:* [ACFUG Discuss] cfdocument
>
> ** **
>
> Is there a way to control how large a cfdocument created is when it is
> displayed in the browser? I have two different reports using the exact same
> cfdocument tag and one of them displays the report as a "page" on a gray
> background in the browser while the other one initially displays at about
> 175% - 200% of the document size and fills the browser and looks terrible
> due to pixelization of some elements.
>
>  
>
> Here is the cfdocument tag:
>
>
>   marginright=".50" marginleft=".50" orientation="portrait"
> encryption="128-bit" marginbottom=".8" margintop="1.75"
> permissions="allowprinting" backgroundvisible="yes" overwrite="no"
> fontembed="yes">   
>
>  
>
>  
>
> This is running on a CF8 server.
>
>  
>
> Thanks,
>
> Jeff
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -


Re: [ACFUG Discuss] cfdocument

2012-07-15 Thread Jeff Howard
Well what is odd is that there is another report on the server that uses
the exact same cfdocument tag (I copied it over once the client requested
that the PDF not display so large in browser for aesthetic reasons) that
does not load as large in the browser. This is true on both of my computers
as well as the client's computers as well.

That is the part that puzzles me. They are both simple on page reports and
one displays with the gray background and the other is blown up and looks
terrible. There has to be a reason why one displays one way and the other
displays another. I just can't seem to figure out what it is and was hoping
to get to the root of the issue.

Thanks for the replies though. I may do the pop-up approach for lack of
another resolution.

On Sun, Jul 15, 2012 at 1:27 PM, Ajas Mohammed  wrote:

> The 200% display is definitely client acrobat reader(standard or
> professional) setting. We generate pdfs in our app and since I have my
> acrobat reader set at 125%, it displays CF generated pdfs in browser at
> 125%.
>
> 
> iUseDropbox(http://db.tt/63Lvone9)
> http://ajashadi.blogspot.com
> We cannot become what we need to be, remaining what we are.
> No matter what, find a way. Because thats what winners do.
> You can't improve what you don't measure.
> Quality is never an accident; it is always the result of high intention,
> sincere effort, intelligent direction and skillful execution; it represents
> the wise choice of many alternatives.
>
>
>
> On Fri, Jul 13, 2012 at 10:12 PM, Troy Jones  wrote:
>
>>  Jeff,
>>
>> ** **
>>
>> I drove myself crazy a while back with this very item. I was not able to
>> figure out how to do it (I do not believe it’s possible) but what you may
>> be able to do is to serve it in a pop-up and you can control the initial
>> display size of the window that loads it. 
>>
>> ** **
>>
>> However, I am fairly certain that the size percentage is completely a
>> client-side setting and cannot  be affected. I’d be interested to know
>> different as well.
>>
>> ** **
>>
>> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff
>> Howard
>> *Sent:* Friday, July 13, 2012 6:09 PM
>> *To:* discussion@acfug.org
>> *Subject:* [ACFUG Discuss] cfdocument
>>
>> ** **
>>
>> Is there a way to control how large a cfdocument created is when it is
>> displayed in the browser? I have two different reports using the exact same
>> cfdocument tag and one of them displays the report as a "page" on a gray
>> background in the browser while the other one initially displays at about
>> 175% - 200% of the document size and fills the browser and looks terrible
>> due to pixelization of some elements.
>>
>>  
>>
>> Here is the cfdocument tag:
>>
>>
>>  > marginright=".50" marginleft=".50" orientation="portrait"
>> encryption="128-bit" marginbottom=".8" margintop="1.75"
>> permissions="allowprinting" backgroundvisible="yes" overwrite="no"
>> fontembed="yes">   
>>
>>  
>>
>>  
>>
>> This is running on a CF8 server.
>>
>>  
>>
>> Thanks,
>>
>> Jeff
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink 
>> -
>
>
>


Re: [ACFUG Discuss] cfdocument

2012-07-18 Thread Jeff Howard
Revisiting this I found a way to do this I believe. It involves using the
cfpdf tag with the action of processddx.

The problem is that the ddx file I've created is not being reckognizd as
being valid. I copied this code straight from the Adobe documentation
example and tried it and fails the isDDx function.

Can some PLEASE tell me what is wrong with this? This is the first time I'm
trying this and I've googled for days just to get to this point. Here is my
DDX file's code:


http://ns.adobe.com/DDX/1.0/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">




Which hopefully I will process with this tag:


Also, from here can I just output to the browser or do I have to save this
as a temp PDF, display and then delete it?

Any help with my first usage of this would be GREATLY appreciated.

Thanks,
Jeff

On Sun, Jul 15, 2012 at 10:41 PM, Jeff Howard  wrote:

> Well what is odd is that there is another report on the server that uses
> the exact same cfdocument tag (I copied it over once the client requested
> that the PDF not display so large in browser for aesthetic reasons) that
> does not load as large in the browser. This is true on both of my computers
> as well as the client's computers as well.
>
> That is the part that puzzles me. They are both simple on page reports and
> one displays with the gray background and the other is blown up and looks
> terrible. There has to be a reason why one displays one way and the other
> displays another. I just can't seem to figure out what it is and was hoping
> to get to the root of the issue.
>
> Thanks for the replies though. I may do the pop-up approach for lack of
> another resolution.
>
> On Sun, Jul 15, 2012 at 1:27 PM, Ajas Mohammed  wrote:
>
>> The 200% display is definitely client acrobat reader(standard or
>> professional) setting. We generate pdfs in our app and since I have my
>> acrobat reader set at 125%, it displays CF generated pdfs in browser at
>> 125%.
>>
>> 
>> iUseDropbox(http://db.tt/63Lvone9)
>> http://ajashadi.blogspot.com
>> We cannot become what we need to be, remaining what we are.
>> No matter what, find a way. Because thats what winners do.
>> You can't improve what you don't measure.
>> Quality is never an accident; it is always the result of high intention,
>> sincere effort, intelligent direction and skillful execution; it represents
>> the wise choice of many alternatives.
>>
>>
>>
>> On Fri, Jul 13, 2012 at 10:12 PM, Troy Jones  wrote:
>>
>>>  Jeff,
>>>
>>> ** **
>>>
>>> I drove myself crazy a while back with this very item. I was not able to
>>> figure out how to do it (I do not believe it’s possible) but what you may
>>> be able to do is to serve it in a pop-up and you can control the initial
>>> display size of the window that loads it. 
>>>
>>> ** **
>>>
>>> However, I am fairly certain that the size percentage is completely a
>>> client-side setting and cannot  be affected. I’d be interested to know
>>> different as well.
>>>
>>> ** **
>>>
>>> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff
>>> Howard
>>> *Sent:* Friday, July 13, 2012 6:09 PM
>>> *To:* discussion@acfug.org
>>> *Subject:* [ACFUG Discuss] cfdocument
>>>
>>> ** **
>>>
>>> Is there a way to control how large a cfdocument created is when it is
>>> displayed in the browser? I have two different reports using the exact same
>>> cfdocument tag and one of them displays the report as a "page" on a gray
>>> background in the browser while the other one initially displays at about
>>> 175% - 200% of the document size and fills the browser and looks terrible
>>> due to pixelization of some elements.
>>>
>>>  
>>>
>>> Here is the cfdocument tag:
>>>
>>>
>>>  >> marginright=".50" marginleft=".50" orientation="portrait"
>>> encryption="128-bit" marginbottom=".8" margintop="1.75"
>>> permissions="allowprinting" backgroundvisible="yes" overwrite="no"
>>> fontembed="yes">   
>>>
>>>  
>>>
>>>  
>>>
>>> This is running on a CF8 server.
>>>
>>>  
>>>
>>> Thanks,
>>>
>>> Jeff
>>>
>>> -
>>> To unsubscribe from this list, manage your profile @
>>> http://www.acfug.org?fa=login.edituserform
>>>
>>> For more info, see http://www.acfug.org/mailinglists
>>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>>> List hosted by FusionLink 
>>> -
>>
>>
>>
>


RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Bryan Tidd
You might try pdftk. Check this out. http://www.accesspdf.com/pdftk/

I don't know if it gets what you want, but may be a start.

Bryan

-Original Message-
From: Fennell, Mark P. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 20, 2006 12:27 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

Greetings Geniuses,
I have a question regarding the creation of a PDF using CFDocument. The 
document I hope to end up with is what we call the New Employee Paperwork. I 
hope that I can soon call it the New Employee PDF. Anyway, the pdf will or 
should contain some dynamic content collected from our db of job descriptions 
and the employee's application and stuff as well as the W-4 and G-4 pdfs. 
Currently I have 2 PDFs: 1 dynamic cfdocument pdf and 2 PDFs from government 
agencies which I have acrobatted together into 1. Does anyone have any ideas on 
how to merge the two into one? 
CF is running on Linux so no cfexecuting .exe files. However, the 
server is internal and fairly well isolated so some degree of Linux shell hanky 
panky is ok.
So far, I've tried the following: 
putting a cfhttp.filecontent of the w/g-4 pdf inside the cfdocument
not using cfdocument, but setting the cfcontent and http header to pdf 
and appending the w/g-4 pdf to the rest of the content
cfincluding the pdf
Thanks in advance.
mf
 
 
mark fennell
athens regional medical center
athens, ga
 
 
 
This
 email is intended only for the named recipient(s).  It may contain information 
that is proprietary, confidential or otherwise prohibited from disclosure.  If 
you are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it.  If you have received this 
message in error, please reply immediately by email or telephone me at 
706-475-4357 and delete all copies of the message.





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?faslogin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Fennell, Mark P.
Found it... 
http://www.physics.ohio-state.edu/~ntg/scripts/pdfmerge.pl
Ah perl. Ah, sweet, sweet perl.
mf



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bryan Tidd
Sent: Friday, October 20, 2006 12:52 PM
To: discussion
Subject: RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?


You might try pdftk. Check this out. http://www.accesspdf.com/pdftk/

I don't know if it gets what you want, but may be a start.

Bryan

-Original Message-
From: Fennell, Mark P. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 20, 2006 12:27 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

Greetings Geniuses,
I have a question regarding the creation of a PDF using CFDocument. The 
document I hope to end up with is what we call the New Employee Paperwork. I 
hope that I can soon call it the New Employee PDF. Anyway, the pdf will or 
should contain some dynamic content collected from our db of job descriptions 
and the employee's application and stuff as well as the W-4 and G-4 pdfs. 
Currently I have 2 PDFs: 1 dynamic cfdocument pdf and 2 PDFs from government 
agencies which I have acrobatted together into 1. Does anyone have any ideas on 
how to merge the two into one? 
CF is running on Linux so no cfexecuting .exe files. However, the 
server is internal and fairly well isolated so some degree of Linux shell hanky 
panky is ok.
So far, I've tried the following: 
putting a cfhttp.filecontent of the w/g-4 pdf inside the cfdocument
not using cfdocument, but setting the cfcontent and http header to pdf 
and appending the w/g-4 pdf to the rest of the content
cfincluding the pdf
Thanks in advance.
mf
 
 
mark fennell
athens regional medical center
athens, ga
 
 
 
This
 email is intended only for the named recipient(s).  It may contain information 
that is proprietary, confidential or otherwise prohibited from disclosure.  If 
you are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it.  If you have received this 
message in error, please reply immediately by email or telephone me at 
706-475-4357 and delete all copies of the message.





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?faslogin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] cfdocument error

2010-02-03 Thread John Youngman
Does it happen EVERY time? sometimes for me, it prints out weird characters, 
but I do a complete refresh, and it works...


From: Jeff Howard 
Sent: Wednesday, February 03, 2010 1:11 PM
To: discussion@acfug.org 
Subject: [ACFUG Discuss] cfdocument error


Has anyone ever had an issue with a pdf file created with cfdocument being 
corrupt?  I've tried dumping the data outside the cfdocument and it works fine 
but when I simply put it in a simple tag , the browser 
load really slow and then I get an error message saying cannot display the 
document it is corrput.

Anyone ever experienced this?

Thanks,
Jeff


-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] cfdocument error

2010-02-03 Thread Jeff Howard
I've had that happen before and the fix I usually found for that was to open
in a new window but that is a different issue than this.  When that happens
there is no error message associated, just a bunch of weird characters.  The
issue I am having is actually throwing an Adobe error message that reads
"the file is damaged and could not be repaired".

In my debugging process, I created the document in Flashpaper and it is
displaying.

On Wed, Feb 3, 2010 at 2:17 PM, John Youngman wrote:

>  Does it happen EVERY time? sometimes for me, it prints out weird
> characters, but I do a complete refresh, and it works...
>
>  *From:* Jeff Howard 
> *Sent:* Wednesday, February 03, 2010 1:11 PM
> *To:* discussion@acfug.org
> *Subject:* [ACFUG Discuss] cfdocument error
>
> Has anyone ever had an issue with a pdf file created with cfdocument being
> corrupt?  I've tried dumping the data outside the cfdocument and it works
> fine but when I simply put it in a simple tag , the
> browser load really slow and then I get an error message saying cannot
> display the document it is corrput.
>
> Anyone ever experienced this?
>
> Thanks,
> Jeff
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -


Re: [ACFUG Discuss] cfdocument error

2010-02-03 Thread John Youngman
perhaps the adobe renderer engine (if that's what it is - that's me trying to 
sound all smart hahaha) is having an issue with one or more of the characters 
in your output... is there anything funny with it?


From: Jeff Howard 
Sent: Wednesday, February 03, 2010 1:37 PM
To: discussion@acfug.org 
Subject: Re: [ACFUG Discuss] cfdocument error


I've had that happen before and the fix I usually found for that was to open in 
a new window but that is a different issue than this.  When that happens there 
is no error message associated, just a bunch of weird characters.  The issue I 
am having is actually throwing an Adobe error message that reads "the file is 
damaged and could not be repaired".

In my debugging process, I created the document in Flashpaper and it is 
displaying.


On Wed, Feb 3, 2010 at 2:17 PM, John Youngman  wrote:

  Does it happen EVERY time? sometimes for me, it prints out weird characters, 
but I do a complete refresh, and it works...


  From: Jeff Howard 
  Sent: Wednesday, February 03, 2010 1:11 PM
  To: discussion@acfug.org 
  Subject: [ACFUG Discuss] cfdocument error


  Has anyone ever had an issue with a pdf file created with cfdocument being 
corrupt?  I've tried dumping the data outside the cfdocument and it works fine 
but when I simply put it in a simple tag , the browser 
load really slow and then I get an error message saying cannot display the 
document it is corrput.

  Anyone ever experienced this?

  Thanks,
  Jeff

  - 
  To unsubscribe from this list, manage your profile @ 
  http://www.acfug.org?fa=login.edituserform 

  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] cfdocument error

2010-02-03 Thread Jeff Howard
Yes, essentially this is an app for expense reports.  The user uploads
images and supporting documents when submitting the expense report.  This
particular part of app is creating a pdf for the user to be able to print.
I think it might have something to do with the images.

When I looked closer at the Flashpaper version it seems to be getting hungup
on one of the images since it is hanging after only displaying about half
the images of receipts at this time.

On Wed, Feb 3, 2010 at 2:48 PM, John Youngman wrote:

>  perhaps the adobe renderer engine (if that’s what it is - that’s me
> trying to sound all smart hahaha) is having an issue with one or more of the
> characters in your output... is there anything funny with it?
>
>  *From:* Jeff Howard 
> *Sent:* Wednesday, February 03, 2010 1:37 PM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] cfdocument error
>
> I've had that happen before and the fix I usually found for that was to
> open in a new window but that is a different issue than this.  When that
> happens there is no error message associated, just a bunch of weird
> characters.  The issue I am having is actually throwing an Adobe error
> message that reads "the file is damaged and could not be repaired".
>
> In my debugging process, I created the document in Flashpaper and it is
> displaying.
>
> On Wed, Feb 3, 2010 at 2:17 PM, John Youngman wrote:
>
>>  Does it happen EVERY time? sometimes for me, it prints out weird
>> characters, but I do a complete refresh, and it works...
>>
>>  *From:* Jeff Howard 
>> *Sent:* Wednesday, February 03, 2010 1:11 PM
>> *To:* discussion@acfug.org
>> *Subject:* [ACFUG Discuss] cfdocument error
>>
>> Has anyone ever had an issue with a pdf file created with cfdocument being
>> corrupt?  I've tried dumping the data outside the cfdocument and it works
>> fine but when I simply put it in a simple tag , the
>> browser load really slow and then I get an error message saying cannot
>> display the document it is corrput.
>>
>> Anyone ever experienced this?
>>
>> Thanks,
>> Jeff
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink <http://www.fusionlink.com/>
>> -
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -
>


Re: [ACFUG Discuss] cfdocument error

2010-02-03 Thread John Youngman
ah there's images that might be the thing ..never used it with 


however after a quick google, I found this:
http://www.communitymx.com/content/article.cfm?cid=C7DD6

does this help any?


From: Jeff Howard 
Sent: Wednesday, February 03, 2010 2:03 PM
To: discussion@acfug.org 
Subject: Re: [ACFUG Discuss] cfdocument error


Yes, essentially this is an app for expense reports.  The user uploads images 
and supporting documents when submitting the expense report.  This particular 
part of app is creating a pdf for the user to be able to print.  I think it 
might have something to do with the images.

When I looked closer at the Flashpaper version it seems to be getting hungup on 
one of the images since it is hanging after only displaying about half the 
images of receipts at this time.


On Wed, Feb 3, 2010 at 2:48 PM, John Youngman  wrote:

  perhaps the adobe renderer engine (if that’s what it is - that’s me trying to 
sound all smart hahaha) is having an issue with one or more of the characters 
in your output... is there anything funny with it?


  From: Jeff Howard 
  Sent: Wednesday, February 03, 2010 1:37 PM
  To: discussion@acfug.org 
  Subject: Re: [ACFUG Discuss] cfdocument error


  I've had that happen before and the fix I usually found for that was to open 
in a new window but that is a different issue than this.  When that happens 
there is no error message associated, just a bunch of weird characters.  The 
issue I am having is actually throwing an Adobe error message that reads "the 
file is damaged and could not be repaired".

  In my debugging process, I created the document in Flashpaper and it is 
displaying.


  On Wed, Feb 3, 2010 at 2:17 PM, John Youngman  
wrote:

Does it happen EVERY time? sometimes for me, it prints out weird 
characters, but I do a complete refresh, and it works...


From: Jeff Howard 
Sent: Wednesday, February 03, 2010 1:11 PM
To: discussion@acfug.org 
Subject: [ACFUG Discuss] cfdocument error


Has anyone ever had an issue with a pdf file created with cfdocument being 
corrupt?  I've tried dumping the data outside the cfdocument and it works fine 
but when I simply put it in a simple tag , the browser 
load really slow and then I get an error message saying cannot display the 
document it is corrput.

Anyone ever experienced this?

Thanks,
Jeff

- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
- 



  - 
  To unsubscribe from this list, manage your profile @ 
  http://www.acfug.org?fa=login.edituserform 

  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Charlie Arehart
Yep, sometimes it's a browser caching thing. Try adding a querystring with
random numbers to the page to force a browser refresh (?xyz, for instance).

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: Wednesday, February 03, 2010 2:17 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

 

Does it happen EVERY time? sometimes for me, it prints out weird characters,
but I do a complete refresh, and it works...

 

From: Jeff Howard <mailto:jeh...@gmail.com>  

Sent: Wednesday, February 03, 2010 1:11 PM

To: discussion@acfug.org 

Subject: [ACFUG Discuss] cfdocument error

 

Has anyone ever had an issue with a pdf file created with cfdocument being
corrupt?  I've tried dumping the data outside the cfdocument and it works
fine but when I simply put it in a simple tag , the
browser load really slow and then I get an error message saying cannot
display the document it is corrput.

 

Anyone ever experienced this?

 

Thanks,

Jeff


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Charlie Arehart
Is this 8.01, Howard? Since you refer to images, if you may be processing
them with CFIMAGE, there's a hotfix for image processing specifically
related to problems with the resulting files, and it may be connected to
your problem. See: 

http://kb2.adobe.com/cps/403/kb403411.html

And note that while it was briefly included in CFH 3 for CF 8.01, it was no
longer after 9/16: http://kb2.adobe.com/cps/511/cpsid_51180.html

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: Wednesday, February 03, 2010 3:18 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

 

ah there's images that might be the thing ..never used it with


 

however after a quick google, I found this:

http://www.communitymx.com/content/article.cfm?cid=C7DD6

 

does this help any?

 

From: Jeff Howard <mailto:jeh...@gmail.com>  

Sent: Wednesday, February 03, 2010 2:03 PM

To: discussion@acfug.org 

Subject: Re: [ACFUG Discuss] cfdocument error

 

Yes, essentially this is an app for expense reports.  The user uploads
images and supporting documents when submitting the expense report.  This
particular part of app is creating a pdf for the user to be able to print.
I think it might have something to do with the images.

 

When I looked closer at the Flashpaper version it seems to be getting hungup
on one of the images since it is hanging after only displaying about half
the images of receipts at this time.

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Frank




I've experienced a few cfdocument errors in the past...

There are two things you can try that have helped me. One is to
increase the heap size of the JVM that runs CF. If you have a complex
document or one with multiple images, it can easily run out of space.

The other is to move all the processing out of the CFDOCUMENT
statement. Either create a variable and append information to it, or
just use a CFSAVECONTENT tag around all your processing. 

Example:

    


    #variables.tempdoc#


Hope this helps...
Frank

On 02/03/2010 02:48 PM, John Youngman wrote:

  
  
  perhaps the adobe renderer engine (if
that’s what it is - that’s me trying to sound all smart hahaha) is
having an issue with one or more of the characters in your output... is
there anything funny with it?
  
  
  
  
  From: Jeff Howard
  
  Sent: Wednesday, February 03, 2010 1:37 PM
  To: discussion@acfug.org
  
  Subject: Re: [ACFUG Discuss] cfdocument error
  
  
  
  
  I've had that happen before and the fix I usually found for that
was to open in a new window but that is a different issue than this. 
When that happens there is no error message associated, just a bunch of
weird characters.  The issue I am having is actually throwing an Adobe
error message that reads "the file is damaged and could not be
repaired".
   
  In my debugging process, I created the document in Flashpaper
and it is displaying.
  
  
  On Wed, Feb 3, 2010 at 2:17 PM, John
Youngman <j...@jg-technologies.net>
wrote:
  

Does it happen EVERY time? sometimes for
me, it prints out weird characters, but I do a complete refresh, and it
works...




From: Jeff
Howard 
Sent: Wednesday, February 03, 2010 1:11 PM
To: discussion@acfug.org 
Subject: [ACFUG Discuss] cfdocument error






Has anyone ever had an issue with a pdf file created with
cfdocument being corrupt?  I've tried dumping the data outside the
cfdocument and it works fine but when I simply put it in a simple tag
, the browser load really slow and then
I get an error message saying cannot display the document it is corrput.
 
Anyone ever experienced this?
 
Thanks,
Jeff




- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 
  
  
  
- 
To unsubscribe from this list, manage your profile @ 
  http://www.acfug.org?fa=login.edituserform
  
  
For more info, see http://www.acfug.org/mailinglists
  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  
List hosted by FusionLink 
-





-To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserformFor more info, see http://www.acfug.org/mailinglistsArchive @ http://www.mail-archive.com/discussion%40acfug.org/List hosted by http://www.fusionlink.com-




RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Wes Byrd
Ah...  well, that explains my issues as well.  I installed CF8.01 on a 64 bit 
server and applied the cumulative hot fix #4 thinking it was "cumulative".  
I see however that the hot fix #71557 (CFImage and Image functions update) was 
not included in the "Cumulative" Hot Fix 4 
(http://kb2.adobe.com/cps/529/cpsid_52915.html).   Ugg!!!

Thanks for the info Charlie!

Wes
[cid:image001.jpg@01CAA594.F69BA9E0]
___

Wes Byrd  |  CIO  |  Dynapp Inc  |  1-800-830-5192  ext. 601  |  
dynapp.com<http://www.dynapp.com/>  |  
facebook.com/dynapp<http://www.facebook.com/dynapp>



From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, February 03, 2010 5:33 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfdocument error

Is this 8.01, Howard? Since you refer to images, if you may be processing them 
with CFIMAGE, there's a hotfix for image processing specifically related to 
problems with the resulting files, and it may be connected to your problem. See:

http://kb2.adobe.com/cps/403/kb403411.html

And note that while it was briefly included in CFH 3 for CF 8.01, it was no 
longer after 9/16: http://kb2.adobe.com/cps/511/cpsid_51180.html

/charlie

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: Wednesday, February 03, 2010 3:18 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

ah there's images that might be the thing ..never used it with 


however after a quick google, I found this:
http://www.communitymx.com/content/article.cfm?cid=C7DD6

does this help any?

From: Jeff Howard<mailto:jeh...@gmail.com>
Sent: Wednesday, February 03, 2010 2:03 PM
To: discussion@acfug.org<mailto:discussion@acfug.org>
Subject: Re: [ACFUG Discuss] cfdocument error

Yes, essentially this is an app for expense reports.  The user uploads images 
and supporting documents when submitting the expense report.  This particular 
part of app is creating a pdf for the user to be able to print.  I think it 
might have something to do with the images.

When I looked closer at the Flashpaper version it seems to be getting hungup on 
one of the images since it is hanging after only displaying about half the 
images of receipts at this time.


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink<http://www.fusionlink.com>
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


<>

RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Troy Jones
In fact, yes, I have and currently am. I'd love to see an answer to this too.

[cid:image001.jpg@01CAA4DB.5C2A7580]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.com  |  
facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Wednesday, February 03, 2010 2:12 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfdocument error

Has anyone ever had an issue with a pdf file created with cfdocument being 
corrupt?  I've tried dumping the data outside the cfdocument and it works fine 
but when I simply put it in a simple tag , the browser 
load really slow and then I get an error message saying cannot display the 
document it is corrput.

Anyone ever experienced this?

Thanks,
Jeff



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


<>

RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Charlie Arehart
Wow, and this one was sent Wed at 5pm. Oy! 

 

John, any possible explanation for that on the server end? The notes had
definitely left my machine, and I've had interactions with others on this
address, so it's not seemingly an issue on my mail server.

Sorry, folks, that a few of my replies will seem out of order, if not "out
of the blue". :-(

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, February 03, 2010 5:33 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfdocument error

 

Is this 8.01, Howard? Since you refer to images, if you may be processing
them with CFIMAGE, there's a hotfix for image processing specifically
related to problems with the resulting files, and it may be connected to
your problem. See: 

http://kb2.adobe.com/cps/403/kb403411.html

And note that while it was briefly included in CFH 3 for CF 8.01, it was no
longer after 9/16: http://kb2.adobe.com/cps/511/cpsid_51180.html

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: Wednesday, February 03, 2010 3:18 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

 

ah there's images that might be the thing ..never used it with


 

however after a quick google, I found this:

http://www.communitymx.com/content/article.cfm?cid=C7DD6

 

does this help any?

 

From: Jeff Howard <mailto:jeh...@gmail.com>  

Sent: Wednesday, February 03, 2010 2:03 PM

To: discussion@acfug.org 

Subject: Re: [ACFUG Discuss] cfdocument error

 

Yes, essentially this is an app for expense reports.  The user uploads
images and supporting documents when submitting the expense report.  This
particular part of app is creating a pdf for the user to be able to print.
I think it might have something to do with the images.

 

When I looked closer at the Flashpaper version it seems to be getting hungup
on one of the images since it is hanging after only displaying about half
the images of receipts at this time.

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cfdocument error

2010-02-05 Thread Jeff Howard
Charile-

I got pulled in 3 different directions and away from this issue.  Looking
more at the code again the other day, I think the cfsavecontent tag may
resolve the problem but I haven't had a chance to test it yet.  The
pdf/flashpaper that is being created is fairly large with lots of big images
of receipts.  I think there are 11 images that are full page images for
expense report reasons.

They had me just zip up the images and send them because it was in immediate
need for an expense report audit.

I'll update once I get a chance to test.

Jeff
On Thu, Feb 4, 2010 at 6:43 PM, Charlie Arehart wrote:

>  Wow, and this one was sent Wed at 5pm. Oy!
>
>
>
> John, any possible explanation for that on the server end? The notes had
> definitely left my machine, and I’ve had interactions with others on this
> address, so it’s not seemingly an issue on my mail server.
>
> Sorry, folks, that a few of my replies will seem out of order, if not “out
> of the blue”. :-(
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Charlie
> Arehart
> *Sent:* Wednesday, February 03, 2010 5:33 PM
> *To:* discussion@acfug.org
>
> *Subject:* RE: [ACFUG Discuss] cfdocument error
>
>
>
> Is this 8.01, Howard? Since you refer to images, if you may be processing
> them with CFIMAGE, there’s a hotfix for image processing specifically
> related to problems with the resulting files, and it may be connected to
> your problem. See:
>
> http://kb2.adobe.com/cps/403/kb403411.html
>
> And note that while it was briefly included in CFH 3 for CF 8.01, it was no
> longer after 9/16: http://kb2.adobe.com/cps/511/cpsid_51180.html
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *John
> Youngman
> *Sent:* Wednesday, February 03, 2010 3:18 PM
>
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] cfdocument error
>
>
>
> ah there's images that might be the thing ..never used it with
> 
>
>
>
> however after a quick google, I found this:
>
> http://www.communitymx.com/content/article.cfm?cid=C7DD6
>
>
>
> does this help any?
>
>
>
> *From:* Jeff Howard 
>
> *Sent:* Wednesday, February 03, 2010 2:03 PM
>
> *To:* discussion@acfug.org
>
> *Subject:* Re: [ACFUG Discuss] cfdocument error
>
>
>
> Yes, essentially this is an app for expense reports.  The user uploads
> images and supporting documents when submitting the expense report.  This
> particular part of app is creating a pdf for the user to be able to print.
> I think it might have something to do with the images.
>
>
>
> When I looked closer at the Flashpaper version it seems to be getting
> hungup on one of the images since it is hanging after only displaying about
> half the images of receipts at this time.
>
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -
>


RE: [ACFUG Discuss] cfdocument error

2010-02-06 Thread Charlie Arehart
Jeff, one other thing: if you're on CF8 or above, use the new localurl
attribute (of CFDOCUMENT) which was introduced in CF8. 

Under the covers, if there are images (or other file references) in the
CFDOCUMENT, CF will generate an HTTP request for them by default. Using this
attribute, you're telling CF it doesn't need to do that and can find the
files locally.  

Those internal http requests could also be a part of what's hurting you.
You can view them being requested from CF in your web server logs (and then
confirm that they're no longer being requested that way with the attribute
enabled).  Hope that helps.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Friday, February 05, 2010 12:00 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

 

Charile-

 

I got pulled in 3 different directions and away from this issue.  Looking
more at the code again the other day, I think the cfsavecontent tag may
resolve the problem but I haven't had a chance to test it yet.  The
pdf/flashpaper that is being created is fairly large with lots of big images
of receipts.  I think there are 11 images that are full page images for
expense report reasons.

 

They had me just zip up the images and send them because it was in immediate
need for an expense report audit.

 

I'll update once I get a chance to test.

 

Jeff

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] cfdocument error

2010-02-10 Thread Charlie Arehart
Was this helpful, Jeff? I realize it may not be, but since it's both a new
(since 8) and under-discussed feature, I want to make sure it's not the
solution for you.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Saturday, February 06, 2010 12:29 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfdocument error

 

Jeff, one other thing: if you're on CF8 or above, use the new localurl
attribute (of CFDOCUMENT) which was introduced in CF8. 

Under the covers, if there are images (or other file references) in the
CFDOCUMENT, CF will generate an HTTP request for them by default. Using this
attribute, you're telling CF it doesn't need to do that and can find the
files locally.  

Those internal http requests could also be a part of what's hurting you.
You can view them being requested from CF in your web server logs (and then
confirm that they're no longer being requested that way with the attribute
enabled).  Hope that helps.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Friday, February 05, 2010 12:00 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfdocument error

 

Charile-

 

I got pulled in 3 different directions and away from this issue.  Looking
more at the code again the other day, I think the cfsavecontent tag may
resolve the problem but I haven't had a chance to test it yet.  The
pdf/flashpaper that is being created is fairly large with lots of big images
of receipts.  I think there are 11 images that are full page images for
expense report reasons.

 

They had me just zip up the images and send them because it was in immediate
need for an expense report audit.

 

I'll update once I get a chance to test.

 

Jeff

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cfdocument error

2010-02-22 Thread Jeff Howard
Charlie,

They had me focus on other issues so I never actually tried this.  They are
asking me to start working on this part of the application again and when I
get into that area again I'll give it a shot.

Thanks,
Jeff

On Wed, Feb 10, 2010 at 11:00 AM, Charlie Arehart wrote:

>  Was this helpful, Jeff? I realize it may not be, but since it’s both a
> new (since 8) and under-discussed feature, I want to make sure it’s not the
> solution for you.
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Charlie
> Arehart
> *Sent:* Saturday, February 06, 2010 12:29 PM
> *To:* discussion@acfug.org
>
> *Subject:* RE: [ACFUG Discuss] cfdocument error
>
>
>
> Jeff, one other thing: if you’re on CF8 or above, use the new localurl
> attribute (of CFDOCUMENT) which was introduced in CF8.
>
> Under the covers, if there are images (or other file references) in the
> CFDOCUMENT, CF will generate an HTTP request for them by default. Using this
> attribute, you’re telling CF it doesn’t need to do that and can find the
> files locally.
>
> Those internal http requests could also be a part of what’s hurting you.
> You can view them being requested from CF in your web server logs (and then
> confirm that they’re no longer being requested that way with the attribute
> enabled).  Hope that helps.
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff
> Howard
> *Sent:* Friday, February 05, 2010 12:00 PM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] cfdocument error
>
>
>
> Charile-
>
>
>
> I got pulled in 3 different directions and away from this issue.  Looking
> more at the code again the other day, I think the cfsavecontent tag may
> resolve the problem but I haven't had a chance to test it yet.  The
> pdf/flashpaper that is being created is fairly large with lots of big images
> of receipts.  I think there are 11 images that are full page images for
> expense report reasons.
>
>
>
> They had me just zip up the images and send them because it was in
> immediate need for an expense report audit.
>
>
>
> I'll update once I get a chance to test.
>
>
>
> Jeff
>
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -
>


Re: [ACFUG Discuss] cfdocument filename backslash

2009-07-22 Thread Teddy R. Payne
Ajas,
Let me guess here that you are using a Windows operating system?  UNC
(Universal Naming Convention) network paths allow for double backslash in
network paths.  What this means is that a double backslash is valid for
lower folders.

E.g.  \\fooServer\sharingFolder\\subfolder will still navigate to
\\fooServer\sharingFolder\subfolder

This is a network layer concern and not an application layer concern.


Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Wed, Jul 22, 2009 at 5:18 PM, Ajas Mohammed  wrote:

> Hi there,
>
> I came across code today which creates a pdf document.
>
> 
>
>  overwrite="yes">
>some text here
> 
>
> Since, path variable already has backslash in it, I thought
> #path#\#name_of_file#.pdf would throw error, but it did not.
>
> Can someone suggest what is the so obvious I am missing here I was
> thinking if path var is set to \\Netw_Share\someFolder\Test i.e. without
> backslash then the code will be perfect.. but it works both ways and I am so
> confused.
>
> any suggestions???
>
>
> 
> http://ajashadi.blogspot.com
> We cannot become what we need to be, remaining what we are.
> No matter what, find a way. Because thats what winners do.
> You can't improve what you don't measure.
> Quality is never an accident; it is always the result of high intention,
> sincere effort, intelligent direction and skillful execution; it represents
> the wise choice of many alternatives.
>


Re: [ACFUG Discuss] cfdocument filename backslash

2009-07-22 Thread Teddy R. Payne
Uniform not Universal...gah...


Re: [ACFUG Discuss] cfdocument filename backslash

2009-07-22 Thread Ajas Mohammed
Thanks Teddy. That makes lot of sense.

One more thing. If I had


Will the code still work, i.e. 2 backslashes? Or 2 slashes work only for
network paths?


   some text here




http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.


On Wed, Jul 22, 2009 at 5:32 PM, Teddy R. Payne wrote:

> Uniform not Universal...gah...
>